Uses of Interface
org.isotc211.x2005.gmd.EXTemporalExtentType
-
Packages that use EXTemporalExtentType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of EXTemporalExtentType in org.isotc211.x2005.gmd
Subinterfaces of EXTemporalExtentType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceEXSpatialTemporalExtentTypeAn XML EX_SpatialTemporalExtent_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return EXTemporalExtentType Modifier and Type Method Description EXTemporalExtentTypeEXTemporalExtentDocument. addNewEXTemporalExtent()Appends and returns a new empty "EX_TemporalExtent" elementEXTemporalExtentTypeEXTemporalExtentPropertyType. addNewEXTemporalExtent()Appends and returns a new empty "EX_TemporalExtent" elementEXTemporalExtentTypeEXTemporalExtentDocument. getEXTemporalExtent()Gets the "EX_TemporalExtent" elementEXTemporalExtentTypeEXTemporalExtentPropertyType. getEXTemporalExtent()Gets the "EX_TemporalExtent" elementstatic EXTemporalExtentTypeEXTemporalExtentType.Factory. newInstance()static EXTemporalExtentTypeEXTemporalExtentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(File file)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(InputStream is)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(Reader r)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(String xmlAsString)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(URL u)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(XMLStreamReader sr)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(Node node)static EXTemporalExtentTypeEXTemporalExtentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type EXTemporalExtentType Modifier and Type Method Description voidEXTemporalExtentDocument. setEXTemporalExtent(EXTemporalExtentType exTemporalExtent)Sets the "EX_TemporalExtent" elementvoidEXTemporalExtentPropertyType. setEXTemporalExtent(EXTemporalExtentType exTemporalExtent)Sets the "EX_TemporalExtent" element -
Uses of EXTemporalExtentType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement EXTemporalExtentType Modifier and Type Class Description classEXSpatialTemporalExtentTypeImplAn XML EX_SpatialTemporalExtent_Type(@http://www.isotc211.org/2005/gmd).classEXTemporalExtentTypeImplAn XML EX_TemporalExtent_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return EXTemporalExtentType Modifier and Type Method Description EXTemporalExtentTypeEXTemporalExtentDocumentImpl. addNewEXTemporalExtent()Appends and returns a new empty "EX_TemporalExtent" elementEXTemporalExtentTypeEXTemporalExtentPropertyTypeImpl. addNewEXTemporalExtent()Appends and returns a new empty "EX_TemporalExtent" elementEXTemporalExtentTypeEXTemporalExtentDocumentImpl. getEXTemporalExtent()Gets the "EX_TemporalExtent" elementEXTemporalExtentTypeEXTemporalExtentPropertyTypeImpl. getEXTemporalExtent()Gets the "EX_TemporalExtent" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type EXTemporalExtentType Modifier and Type Method Description voidEXTemporalExtentDocumentImpl. setEXTemporalExtent(EXTemporalExtentType exTemporalExtent)Sets the "EX_TemporalExtent" elementvoidEXTemporalExtentPropertyTypeImpl. setEXTemporalExtent(EXTemporalExtentType exTemporalExtent)Sets the "EX_TemporalExtent" element
-