Uses of Interface
org.isotc211.x2005.gmd.CISeriesType
-
Packages that use CISeriesType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CISeriesType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CISeriesType Modifier and Type Method Description CISeriesTypeCISeriesDocument. addNewCISeries()Appends and returns a new empty "CI_Series" elementCISeriesTypeCISeriesPropertyType. addNewCISeries()Appends and returns a new empty "CI_Series" elementCISeriesTypeCISeriesDocument. getCISeries()Gets the "CI_Series" elementCISeriesTypeCISeriesPropertyType. getCISeries()Gets the "CI_Series" elementstatic CISeriesTypeCISeriesType.Factory. newInstance()static CISeriesTypeCISeriesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(File file)static CISeriesTypeCISeriesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(InputStream is)static CISeriesTypeCISeriesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(Reader r)static CISeriesTypeCISeriesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(String xmlAsString)static CISeriesTypeCISeriesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(URL u)static CISeriesTypeCISeriesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(XMLStreamReader sr)static CISeriesTypeCISeriesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CISeriesTypeCISeriesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CISeriesTypeCISeriesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CISeriesTypeCISeriesType.Factory. parse(Node node)static CISeriesTypeCISeriesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CISeriesType Modifier and Type Method Description voidCISeriesDocument. setCISeries(CISeriesType ciSeries)Sets the "CI_Series" elementvoidCISeriesPropertyType. setCISeries(CISeriesType ciSeries)Sets the "CI_Series" element -
Uses of CISeriesType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CISeriesType Modifier and Type Class Description classCISeriesTypeImplAn XML CI_Series_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CISeriesType Modifier and Type Method Description CISeriesTypeCISeriesDocumentImpl. addNewCISeries()Appends and returns a new empty "CI_Series" elementCISeriesTypeCISeriesPropertyTypeImpl. addNewCISeries()Appends and returns a new empty "CI_Series" elementCISeriesTypeCISeriesDocumentImpl. getCISeries()Gets the "CI_Series" elementCISeriesTypeCISeriesPropertyTypeImpl. getCISeries()Gets the "CI_Series" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CISeriesType Modifier and Type Method Description voidCISeriesDocumentImpl. setCISeries(CISeriesType ciSeries)Sets the "CI_Series" elementvoidCISeriesPropertyTypeImpl. setCISeries(CISeriesType ciSeries)Sets the "CI_Series" element
-