Uses of Class
nl.b3p.csw.jaxb.ows.DomainType
-
Packages that use DomainType Package Description nl.b3p.csw.jaxb.ows -
-
Uses of DomainType in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows with type parameters of type DomainType Modifier and Type Field Description protected List<DomainType>Operation. constraintprotected List<DomainType>OperationsMetadata. constraintprotected List<DomainType>RequestMethodType. constraintprotected List<DomainType>Operation. parameterprotected List<DomainType>OperationsMetadata. parameterMethods in nl.b3p.csw.jaxb.ows that return DomainType Modifier and Type Method Description DomainTypeObjectFactory. createDomainType()Create an instance ofDomainTypeMethods in nl.b3p.csw.jaxb.ows that return types with arguments of type DomainType Modifier and Type Method Description List<DomainType>Operation. getConstraint()Gets the value of the constraint property.List<DomainType>OperationsMetadata. getConstraint()Gets the value of the constraint property.List<DomainType>RequestMethodType. getConstraint()Gets the value of the constraint property.List<DomainType>Operation. getParameter()Gets the value of the parameter property.List<DomainType>OperationsMetadata. getParameter()Gets the value of the parameter property.Constructor parameters in nl.b3p.csw.jaxb.ows with type arguments of type DomainType Constructor Description RequestMethodType(String type, String href, String role, String arcrole, String title, String show, String actuate, List<DomainType> constraint)Fully-initialising value constructor
-