Uses of Class
net.opengis.ows.v_2_0.DomainType

Uses of DomainType in net.opengis.ows.v_2_0
 

Fields in net.opengis.ows.v_2_0 with type parameters of type DomainType
protected  List<DomainType> RequestMethodType.constraint
           
protected  List<DomainType> OperationsMetadata.constraint
           
protected  List<DomainType> Operation.constraint
           
protected  List<DomainType> OperationsMetadata.parameter
           
protected  List<DomainType> Operation.parameter
           
 

Methods in net.opengis.ows.v_2_0 that return DomainType
 DomainType ObjectFactory.createDomainType()
          Create an instance of DomainType
 DomainType DomainType.withAllowedValues(AllowedValues value)
           
 DomainType DomainType.withAnyValue(AnyValue value)
           
 DomainType DomainType.withDataType(DomainMetadataType value)
           
 DomainType DomainType.withDefaultValue(ValueType value)
           
 DomainType DomainType.withMeaning(DomainMetadataType value)
           
 DomainType DomainType.withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
           
 DomainType DomainType.withMetadata(JAXBElement<? extends MetadataType>... values)
           
 DomainType DomainType.withMetadata(List<JAXBElement<? extends MetadataType>> value)
           
 DomainType DomainType.withName(String value)
           
 DomainType DomainType.withNoValues(NoValues value)
           
 DomainType DomainType.withReferenceSystem(DomainMetadataType value)
           
 DomainType DomainType.withUOM(DomainMetadataType value)
           
 DomainType DomainType.withValuesReference(ValuesReference value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type DomainType
 List<DomainType> RequestMethodType.getConstraint()
          Gets the value of the constraint property.
 List<DomainType> OperationsMetadata.getConstraint()
          Gets the value of the constraint property.
 List<DomainType> Operation.getConstraint()
          Gets the value of the constraint property.
 List<DomainType> OperationsMetadata.getParameter()
          Gets the value of the parameter property.
 List<DomainType> Operation.getParameter()
          Gets the value of the parameter property.
 

Methods in net.opengis.ows.v_2_0 with parameters of type DomainType
 RequestMethodType RequestMethodType.withConstraint(DomainType... values)
           
 OperationsMetadata OperationsMetadata.withConstraint(DomainType... values)
           
 Operation Operation.withConstraint(DomainType... values)
           
 OperationsMetadata OperationsMetadata.withParameter(DomainType... values)
           
 Operation Operation.withParameter(DomainType... values)
           
 

Method parameters in net.opengis.ows.v_2_0 with type arguments of type DomainType
 void RequestMethodType.setConstraint(List<DomainType> value)
           
 void OperationsMetadata.setConstraint(List<DomainType> value)
           
 void Operation.setConstraint(List<DomainType> value)
           
 void OperationsMetadata.setParameter(List<DomainType> value)
           
 void Operation.setParameter(List<DomainType> value)
           
 RequestMethodType RequestMethodType.withConstraint(Collection<DomainType> values)
           
 OperationsMetadata OperationsMetadata.withConstraint(Collection<DomainType> values)
           
 Operation Operation.withConstraint(Collection<DomainType> values)
           
 RequestMethodType RequestMethodType.withConstraint(List<DomainType> value)
           
 OperationsMetadata OperationsMetadata.withConstraint(List<DomainType> value)
           
 Operation Operation.withConstraint(List<DomainType> value)
           
 OperationsMetadata OperationsMetadata.withParameter(Collection<DomainType> values)
           
 Operation Operation.withParameter(Collection<DomainType> values)
           
 OperationsMetadata OperationsMetadata.withParameter(List<DomainType> value)
           
 Operation Operation.withParameter(List<DomainType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.