Uses of Interface
org.isotc211.x2005.gmd.MDBandType
-
Packages that use MDBandType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDBandType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDBandType Modifier and Type Method Description MDBandTypeMDBandDocument. addNewMDBand()Appends and returns a new empty "MD_Band" elementMDBandTypeMDBandPropertyType. addNewMDBand()Appends and returns a new empty "MD_Band" elementMDBandTypeMDBandDocument. getMDBand()Gets the "MD_Band" elementMDBandTypeMDBandPropertyType. getMDBand()Gets the "MD_Band" elementstatic MDBandTypeMDBandType.Factory. newInstance()static MDBandTypeMDBandType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(File file)static MDBandTypeMDBandType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(InputStream is)static MDBandTypeMDBandType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(Reader r)static MDBandTypeMDBandType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(String xmlAsString)static MDBandTypeMDBandType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(URL u)static MDBandTypeMDBandType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(XMLStreamReader sr)static MDBandTypeMDBandType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDBandTypeMDBandType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDBandTypeMDBandType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDBandTypeMDBandType.Factory. parse(Node node)static MDBandTypeMDBandType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDBandType Modifier and Type Method Description voidMDBandDocument. setMDBand(MDBandType mdBand)Sets the "MD_Band" elementvoidMDBandPropertyType. setMDBand(MDBandType mdBand)Sets the "MD_Band" element -
Uses of MDBandType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDBandType Modifier and Type Class Description classMDBandTypeImplAn XML MD_Band_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDBandType Modifier and Type Method Description MDBandTypeMDBandDocumentImpl. addNewMDBand()Appends and returns a new empty "MD_Band" elementMDBandTypeMDBandPropertyTypeImpl. addNewMDBand()Appends and returns a new empty "MD_Band" elementMDBandTypeMDBandDocumentImpl. getMDBand()Gets the "MD_Band" elementMDBandTypeMDBandPropertyTypeImpl. getMDBand()Gets the "MD_Band" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDBandType Modifier and Type Method Description voidMDBandDocumentImpl. setMDBand(MDBandType mdBand)Sets the "MD_Band" elementvoidMDBandPropertyTypeImpl. setMDBand(MDBandType mdBand)Sets the "MD_Band" element
-