Uses of Interface
org.isotc211.x2005.gts.TMPrimitivePropertyType
-
Packages that use TMPrimitivePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl org.isotc211.x2005.gts org.isotc211.x2005.gts.impl -
-
Uses of TMPrimitivePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return TMPrimitivePropertyType Modifier and Type Method Description TMPrimitivePropertyTypeEXTemporalExtentType. addNewExtent()Appends and returns a new empty "extent" elementTMPrimitivePropertyTypeEXTemporalExtentType. getExtent()Gets the "extent" elementMethods in org.isotc211.x2005.gmd with parameters of type TMPrimitivePropertyType Modifier and Type Method Description voidEXTemporalExtentType. setExtent(TMPrimitivePropertyType extent)Sets the "extent" element -
Uses of TMPrimitivePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return TMPrimitivePropertyType Modifier and Type Method Description TMPrimitivePropertyTypeEXTemporalExtentTypeImpl. addNewExtent()Appends and returns a new empty "extent" elementTMPrimitivePropertyTypeEXTemporalExtentTypeImpl. getExtent()Gets the "extent" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type TMPrimitivePropertyType Modifier and Type Method Description voidEXTemporalExtentTypeImpl. setExtent(TMPrimitivePropertyType extent)Sets the "extent" element -
Uses of TMPrimitivePropertyType in org.isotc211.x2005.gts
Methods in org.isotc211.x2005.gts that return TMPrimitivePropertyType Modifier and Type Method Description static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. newInstance()static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(File file)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(InputStream is)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(Reader r)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(String xmlAsString)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(URL u)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(XMLStreamReader sr)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(Node node)static TMPrimitivePropertyTypeTMPrimitivePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TMPrimitivePropertyType in org.isotc211.x2005.gts.impl
Classes in org.isotc211.x2005.gts.impl that implement TMPrimitivePropertyType Modifier and Type Class Description classTMPrimitivePropertyTypeImplAn XML TM_Primitive_PropertyType(@http://www.isotc211.org/2005/gts).
-