Uses of Interface
org.isotc211.x2005.gmd.DSPlatformType
-
Packages that use DSPlatformType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSPlatformType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DSPlatformType Modifier and Type Method Description DSPlatformTypeDSPlatformDocument. addNewDSPlatform()Appends and returns a new empty "DS_Platform" elementDSPlatformTypeDSPlatformPropertyType. addNewDSPlatform()Appends and returns a new empty "DS_Platform" elementDSPlatformTypeDSPlatformDocument. getDSPlatform()Gets the "DS_Platform" elementDSPlatformTypeDSPlatformPropertyType. getDSPlatform()Gets the "DS_Platform" elementstatic DSPlatformTypeDSPlatformType.Factory. newInstance()static DSPlatformTypeDSPlatformType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(File file)static DSPlatformTypeDSPlatformType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(InputStream is)static DSPlatformTypeDSPlatformType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(Reader r)static DSPlatformTypeDSPlatformType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(String xmlAsString)static DSPlatformTypeDSPlatformType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(URL u)static DSPlatformTypeDSPlatformType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(XMLStreamReader sr)static DSPlatformTypeDSPlatformType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSPlatformTypeDSPlatformType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSPlatformTypeDSPlatformType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSPlatformTypeDSPlatformType.Factory. parse(Node node)static DSPlatformTypeDSPlatformType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSPlatformType Modifier and Type Method Description voidDSPlatformDocument. setDSPlatform(DSPlatformType dsPlatform)Sets the "DS_Platform" elementvoidDSPlatformPropertyType. setDSPlatform(DSPlatformType dsPlatform)Sets the "DS_Platform" element -
Uses of DSPlatformType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSPlatformType Modifier and Type Class Description classDSPlatformTypeImplAn XML DS_Platform_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSPlatformType Modifier and Type Method Description DSPlatformTypeDSPlatformDocumentImpl. addNewDSPlatform()Appends and returns a new empty "DS_Platform" elementDSPlatformTypeDSPlatformPropertyTypeImpl. addNewDSPlatform()Appends and returns a new empty "DS_Platform" elementDSPlatformTypeDSPlatformDocumentImpl. getDSPlatform()Gets the "DS_Platform" elementDSPlatformTypeDSPlatformPropertyTypeImpl. getDSPlatform()Gets the "DS_Platform" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSPlatformType Modifier and Type Method Description voidDSPlatformDocumentImpl. setDSPlatform(DSPlatformType dsPlatform)Sets the "DS_Platform" elementvoidDSPlatformPropertyTypeImpl. setDSPlatform(DSPlatformType dsPlatform)Sets the "DS_Platform" element
-