Uses of Interface
net.opengis.ows.x11.CodeType
-
Packages that use CodeType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of CodeType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return CodeType Modifier and Type Method Description CodeTypeBasicIdentificationType. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeDatasetDescriptionSummaryBaseType. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeIdentifierDocument. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeReferenceType. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeResponsiblePartySubsetType. addNewRole()Appends and returns a new empty "Role" elementCodeTypeResponsiblePartyType. addNewRole()Appends and returns a new empty "Role" elementCodeTypeRoleDocument. addNewRole()Appends and returns a new empty "Role" elementCodeTypeServiceIdentificationDocument.ServiceIdentification. addNewServiceType()Appends and returns a new empty "ServiceType" elementCodeTypeKeywordsType. addNewType()Appends and returns a new empty "Type" elementCodeTypeBasicIdentificationType. getIdentifier()Gets the "Identifier" elementCodeTypeDatasetDescriptionSummaryBaseType. getIdentifier()Gets the "Identifier" elementCodeTypeIdentifierDocument. getIdentifier()Gets the "Identifier" elementCodeTypeReferenceType. getIdentifier()Gets the "Identifier" elementCodeTypeResponsiblePartySubsetType. getRole()Gets the "Role" elementCodeTypeResponsiblePartyType. getRole()Gets the "Role" elementCodeTypeRoleDocument. getRole()Gets the "Role" elementCodeTypeServiceIdentificationDocument.ServiceIdentification. getServiceType()Gets the "ServiceType" elementCodeTypeKeywordsType. getType()Gets the "Type" elementstatic CodeTypeCodeType.Factory. newInstance()static CodeTypeCodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(File file)static CodeTypeCodeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(InputStream is)static CodeTypeCodeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(Reader r)static CodeTypeCodeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(String xmlAsString)static CodeTypeCodeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(URL u)static CodeTypeCodeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(XMLStreamReader sr)static CodeTypeCodeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CodeTypeCodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CodeTypeCodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CodeTypeCodeType.Factory. parse(Node node)static CodeTypeCodeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type CodeType Modifier and Type Method Description voidBasicIdentificationType. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidDatasetDescriptionSummaryBaseType. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidIdentifierDocument. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidReferenceType. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidResponsiblePartySubsetType. setRole(CodeType role)Sets the "Role" elementvoidResponsiblePartyType. setRole(CodeType role)Sets the "Role" elementvoidRoleDocument. setRole(CodeType role)Sets the "Role" elementvoidServiceIdentificationDocument.ServiceIdentification. setServiceType(CodeType serviceType)Sets the "ServiceType" elementvoidKeywordsType. setType(CodeType type)Sets the "Type" element -
Uses of CodeType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement CodeType Modifier and Type Class Description classCodeTypeImplAn XML CodeType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return CodeType Modifier and Type Method Description CodeTypeBasicIdentificationTypeImpl. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeDatasetDescriptionSummaryBaseTypeImpl. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeIdentifierDocumentImpl. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeReferenceTypeImpl. addNewIdentifier()Appends and returns a new empty "Identifier" elementCodeTypeResponsiblePartySubsetTypeImpl. addNewRole()Appends and returns a new empty "Role" elementCodeTypeResponsiblePartyTypeImpl. addNewRole()Appends and returns a new empty "Role" elementCodeTypeRoleDocumentImpl. addNewRole()Appends and returns a new empty "Role" elementCodeTypeServiceIdentificationDocumentImpl.ServiceIdentificationImpl. addNewServiceType()Appends and returns a new empty "ServiceType" elementCodeTypeKeywordsTypeImpl. addNewType()Appends and returns a new empty "Type" elementCodeTypeBasicIdentificationTypeImpl. getIdentifier()Gets the "Identifier" elementCodeTypeDatasetDescriptionSummaryBaseTypeImpl. getIdentifier()Gets the "Identifier" elementCodeTypeIdentifierDocumentImpl. getIdentifier()Gets the "Identifier" elementCodeTypeReferenceTypeImpl. getIdentifier()Gets the "Identifier" elementCodeTypeResponsiblePartySubsetTypeImpl. getRole()Gets the "Role" elementCodeTypeResponsiblePartyTypeImpl. getRole()Gets the "Role" elementCodeTypeRoleDocumentImpl. getRole()Gets the "Role" elementCodeTypeServiceIdentificationDocumentImpl.ServiceIdentificationImpl. getServiceType()Gets the "ServiceType" elementCodeTypeKeywordsTypeImpl. getType()Gets the "Type" elementMethods in net.opengis.ows.x11.impl with parameters of type CodeType Modifier and Type Method Description voidBasicIdentificationTypeImpl. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidDatasetDescriptionSummaryBaseTypeImpl. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidIdentifierDocumentImpl. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidReferenceTypeImpl. setIdentifier(CodeType identifier)Sets the "Identifier" elementvoidResponsiblePartySubsetTypeImpl. setRole(CodeType role)Sets the "Role" elementvoidResponsiblePartyTypeImpl. setRole(CodeType role)Sets the "Role" elementvoidRoleDocumentImpl. setRole(CodeType role)Sets the "Role" elementvoidServiceIdentificationDocumentImpl.ServiceIdentificationImpl. setServiceType(CodeType serviceType)Sets the "ServiceType" elementvoidKeywordsTypeImpl. setType(CodeType type)Sets the "Type" element
-