Uses of Interface
org.isotc211.x2005.gmd.RSIdentifierType
-
Packages that use RSIdentifierType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of RSIdentifierType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return RSIdentifierType Modifier and Type Method Description RSIdentifierTypeRSIdentifierDocument. addNewRSIdentifier()Appends and returns a new empty "RS_Identifier" elementRSIdentifierTypeRSIdentifierPropertyType. addNewRSIdentifier()Appends and returns a new empty "RS_Identifier" elementRSIdentifierTypeRSIdentifierDocument. getRSIdentifier()Gets the "RS_Identifier" elementRSIdentifierTypeRSIdentifierPropertyType. getRSIdentifier()Gets the "RS_Identifier" elementstatic RSIdentifierTypeRSIdentifierType.Factory. newInstance()static RSIdentifierTypeRSIdentifierType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(File file)static RSIdentifierTypeRSIdentifierType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(InputStream is)static RSIdentifierTypeRSIdentifierType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(Reader r)static RSIdentifierTypeRSIdentifierType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(String xmlAsString)static RSIdentifierTypeRSIdentifierType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(URL u)static RSIdentifierTypeRSIdentifierType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(XMLStreamReader sr)static RSIdentifierTypeRSIdentifierType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RSIdentifierTypeRSIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RSIdentifierTypeRSIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RSIdentifierTypeRSIdentifierType.Factory. parse(Node node)static RSIdentifierTypeRSIdentifierType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type RSIdentifierType Modifier and Type Method Description voidRSIdentifierDocument. setRSIdentifier(RSIdentifierType rsIdentifier)Sets the "RS_Identifier" elementvoidRSIdentifierPropertyType. setRSIdentifier(RSIdentifierType rsIdentifier)Sets the "RS_Identifier" element -
Uses of RSIdentifierType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement RSIdentifierType Modifier and Type Class Description classRSIdentifierTypeImplAn XML RS_Identifier_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return RSIdentifierType Modifier and Type Method Description RSIdentifierTypeRSIdentifierDocumentImpl. addNewRSIdentifier()Appends and returns a new empty "RS_Identifier" elementRSIdentifierTypeRSIdentifierPropertyTypeImpl. addNewRSIdentifier()Appends and returns a new empty "RS_Identifier" elementRSIdentifierTypeRSIdentifierDocumentImpl. getRSIdentifier()Gets the "RS_Identifier" elementRSIdentifierTypeRSIdentifierPropertyTypeImpl. getRSIdentifier()Gets the "RS_Identifier" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type RSIdentifierType Modifier and Type Method Description voidRSIdentifierDocumentImpl. setRSIdentifier(RSIdentifierType rsIdentifier)Sets the "RS_Identifier" elementvoidRSIdentifierPropertyTypeImpl. setRSIdentifier(RSIdentifierType rsIdentifier)Sets the "RS_Identifier" element
-