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

Uses of CodeType in net.opengis.ows.v_2_0
 

Subclasses of CodeType in net.opengis.ows.v_2_0
 class NilValueType
          The value used (e.g.
 

Fields in net.opengis.ows.v_2_0 declared as CodeType
protected  CodeType ReferenceType.identifier
           
protected  CodeType DatasetDescriptionSummaryBaseType.identifier
           
protected  CodeType BasicIdentificationType.identifier
           
protected  CodeType AdditionalParameter.name
           
protected  CodeType ResponsiblePartyType.role
           
protected  CodeType ResponsiblePartySubsetType.role
           
protected  CodeType ServiceIdentification.serviceType
           
protected  CodeType KeywordsType.type
           
 

Methods in net.opengis.ows.v_2_0 that return CodeType
 CodeType ObjectFactory.createCodeType()
          Create an instance of CodeType
 CodeType ReferenceType.getIdentifier()
          Optional unique identifier of the referenced resource.
 CodeType DatasetDescriptionSummaryBaseType.getIdentifier()
          Gets the value of the identifier property.
 CodeType BasicIdentificationType.getIdentifier()
          Optional unique identifier or name of this dataset.
 CodeType AdditionalParameter.getName()
          Gets the value of the name property.
 CodeType ResponsiblePartyType.getRole()
          Gets the value of the role property.
 CodeType ResponsiblePartySubsetType.getRole()
          Gets the value of the role property.
 CodeType ServiceIdentification.getServiceType()
          Gets the value of the serviceType property.
 CodeType KeywordsType.getType()
          Gets the value of the type property.
 CodeType CodeType.withCodeSpace(String value)
           
 CodeType CodeType.withValue(String value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type CodeType
 JAXBElement<CodeType> ObjectFactory.createIdentifier(CodeType value)
          Create an instance of JAXBElement<CodeType>}
 JAXBElement<CodeType> ObjectFactory.createRole(CodeType value)
          Create an instance of JAXBElement<CodeType>}
 

Methods in net.opengis.ows.v_2_0 with parameters of type CodeType
 JAXBElement<CodeType> ObjectFactory.createIdentifier(CodeType value)
          Create an instance of JAXBElement<CodeType>}
 JAXBElement<CodeType> ObjectFactory.createRole(CodeType value)
          Create an instance of JAXBElement<CodeType>}
 void ReferenceType.setIdentifier(CodeType value)
          Sets the value of the identifier property.
 void DatasetDescriptionSummaryBaseType.setIdentifier(CodeType value)
          Sets the value of the identifier property.
 void BasicIdentificationType.setIdentifier(CodeType value)
          Sets the value of the identifier property.
 void AdditionalParameter.setName(CodeType value)
          Sets the value of the name property.
 void ResponsiblePartyType.setRole(CodeType value)
          Sets the value of the role property.
 void ResponsiblePartySubsetType.setRole(CodeType value)
          Sets the value of the role property.
 void ServiceIdentification.setServiceType(CodeType value)
          Sets the value of the serviceType property.
 void KeywordsType.setType(CodeType value)
          Sets the value of the type property.
 ServiceReferenceType ServiceReferenceType.withIdentifier(CodeType value)
           
 ReferenceType ReferenceType.withIdentifier(CodeType value)
           
 ReferenceGroupType ReferenceGroupType.withIdentifier(CodeType value)
           
 ManifestType ManifestType.withIdentifier(CodeType value)
           
 IdentificationType IdentificationType.withIdentifier(CodeType value)
           
 DatasetDescriptionSummaryBaseType DatasetDescriptionSummaryBaseType.withIdentifier(CodeType value)
           
 BasicIdentificationType BasicIdentificationType.withIdentifier(CodeType value)
           
 AdditionalParameter AdditionalParameter.withName(CodeType value)
           
 ResponsiblePartyType ResponsiblePartyType.withRole(CodeType value)
           
 ResponsiblePartySubsetType ResponsiblePartySubsetType.withRole(CodeType value)
           
 ServiceIdentification ServiceIdentification.withServiceType(CodeType value)
           
 KeywordsType KeywordsType.withType(CodeType value)
           
 



Copyright © 2008-2016. All Rights Reserved.