Uses of Interface
org.isotc211.x2005.gmd.DSStereoMateType
-
Packages that use DSStereoMateType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSStereoMateType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DSStereoMateType Modifier and Type Method Description DSStereoMateTypeDSStereoMateDocument. addNewDSStereoMate()Appends and returns a new empty "DS_StereoMate" elementDSStereoMateTypeDSStereoMatePropertyType. addNewDSStereoMate()Appends and returns a new empty "DS_StereoMate" elementDSStereoMateTypeDSStereoMateDocument. getDSStereoMate()Gets the "DS_StereoMate" elementDSStereoMateTypeDSStereoMatePropertyType. getDSStereoMate()Gets the "DS_StereoMate" elementstatic DSStereoMateTypeDSStereoMateType.Factory. newInstance()static DSStereoMateTypeDSStereoMateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(File file)static DSStereoMateTypeDSStereoMateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(InputStream is)static DSStereoMateTypeDSStereoMateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(Reader r)static DSStereoMateTypeDSStereoMateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(String xmlAsString)static DSStereoMateTypeDSStereoMateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(URL u)static DSStereoMateTypeDSStereoMateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(XMLStreamReader sr)static DSStereoMateTypeDSStereoMateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSStereoMateTypeDSStereoMateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSStereoMateTypeDSStereoMateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSStereoMateTypeDSStereoMateType.Factory. parse(Node node)static DSStereoMateTypeDSStereoMateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSStereoMateType Modifier and Type Method Description voidDSStereoMateDocument. setDSStereoMate(DSStereoMateType dsStereoMate)Sets the "DS_StereoMate" elementvoidDSStereoMatePropertyType. setDSStereoMate(DSStereoMateType dsStereoMate)Sets the "DS_StereoMate" element -
Uses of DSStereoMateType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSStereoMateType Modifier and Type Class Description classDSStereoMateTypeImplAn XML DS_StereoMate_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSStereoMateType Modifier and Type Method Description DSStereoMateTypeDSStereoMateDocumentImpl. addNewDSStereoMate()Appends and returns a new empty "DS_StereoMate" elementDSStereoMateTypeDSStereoMatePropertyTypeImpl. addNewDSStereoMate()Appends and returns a new empty "DS_StereoMate" elementDSStereoMateTypeDSStereoMateDocumentImpl. getDSStereoMate()Gets the "DS_StereoMate" elementDSStereoMateTypeDSStereoMatePropertyTypeImpl. getDSStereoMate()Gets the "DS_StereoMate" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSStereoMateType Modifier and Type Method Description voidDSStereoMateDocumentImpl. setDSStereoMate(DSStereoMateType dsStereoMate)Sets the "DS_StereoMate" elementvoidDSStereoMatePropertyTypeImpl. setDSStereoMate(DSStereoMateType dsStereoMate)Sets the "DS_StereoMate" element
-