Uses of Interface
net.opengis.gml.x32.RelatedTimeType
-
Packages that use RelatedTimeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of RelatedTimeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return RelatedTimeType Modifier and Type Method Description RelatedTimeTypeAbstractTimePrimitiveType. addNewRelatedTime()Appends and returns a new empty value (as xml) as the last "relatedTime" elementRelatedTimeTypeTimeOrdinalEraType. addNewRelatedTime()Appends and returns a new empty value (as xml) as the last "relatedTime" elementRelatedTimeType[]AbstractTimePrimitiveType. getRelatedTimeArray()Gets array of all "relatedTime" elementsRelatedTimeTypeAbstractTimePrimitiveType. getRelatedTimeArray(int i)Gets ith "relatedTime" elementRelatedTimeType[]TimeOrdinalEraType. getRelatedTimeArray()Gets array of all "relatedTime" elementsRelatedTimeTypeTimeOrdinalEraType. getRelatedTimeArray(int i)Gets ith "relatedTime" elementRelatedTimeTypeAbstractTimePrimitiveType. insertNewRelatedTime(int i)Inserts and returns a new empty value (as xml) as the ith "relatedTime" elementRelatedTimeTypeTimeOrdinalEraType. insertNewRelatedTime(int i)Inserts and returns a new empty value (as xml) as the ith "relatedTime" elementstatic RelatedTimeTypeRelatedTimeType.Factory. newInstance()static RelatedTimeTypeRelatedTimeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(File file)static RelatedTimeTypeRelatedTimeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(InputStream is)static RelatedTimeTypeRelatedTimeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(Reader r)static RelatedTimeTypeRelatedTimeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(String xmlAsString)static RelatedTimeTypeRelatedTimeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(URL u)static RelatedTimeTypeRelatedTimeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(XMLStreamReader sr)static RelatedTimeTypeRelatedTimeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RelatedTimeTypeRelatedTimeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RelatedTimeTypeRelatedTimeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RelatedTimeTypeRelatedTimeType.Factory. parse(Node node)static RelatedTimeTypeRelatedTimeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type RelatedTimeType Modifier and Type Method Description voidAbstractTimePrimitiveType. setRelatedTimeArray(int i, RelatedTimeType relatedTime)Sets ith "relatedTime" elementvoidAbstractTimePrimitiveType. setRelatedTimeArray(RelatedTimeType[] relatedTimeArray)Sets array of all "relatedTime" elementvoidTimeOrdinalEraType. setRelatedTimeArray(int i, RelatedTimeType relatedTime)Sets ith "relatedTime" elementvoidTimeOrdinalEraType. setRelatedTimeArray(RelatedTimeType[] relatedTimeArray)Sets array of all "relatedTime" element -
Uses of RelatedTimeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement RelatedTimeType Modifier and Type Class Description classRelatedTimeTypeImplAn XML RelatedTimeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return RelatedTimeType Modifier and Type Method Description RelatedTimeTypeAbstractTimePrimitiveTypeImpl. addNewRelatedTime()Appends and returns a new empty value (as xml) as the last "relatedTime" elementRelatedTimeTypeTimeOrdinalEraTypeImpl. addNewRelatedTime()Appends and returns a new empty value (as xml) as the last "relatedTime" elementRelatedTimeType[]AbstractTimePrimitiveTypeImpl. getRelatedTimeArray()Gets array of all "relatedTime" elementsRelatedTimeTypeAbstractTimePrimitiveTypeImpl. getRelatedTimeArray(int i)Gets ith "relatedTime" elementRelatedTimeType[]TimeOrdinalEraTypeImpl. getRelatedTimeArray()Gets array of all "relatedTime" elementsRelatedTimeTypeTimeOrdinalEraTypeImpl. getRelatedTimeArray(int i)Gets ith "relatedTime" elementRelatedTimeTypeAbstractTimePrimitiveTypeImpl. insertNewRelatedTime(int i)Inserts and returns a new empty value (as xml) as the ith "relatedTime" elementRelatedTimeTypeTimeOrdinalEraTypeImpl. insertNewRelatedTime(int i)Inserts and returns a new empty value (as xml) as the ith "relatedTime" elementMethods in net.opengis.gml.x32.impl with parameters of type RelatedTimeType Modifier and Type Method Description voidAbstractTimePrimitiveTypeImpl. setRelatedTimeArray(int i, RelatedTimeType relatedTime)Sets ith "relatedTime" elementvoidAbstractTimePrimitiveTypeImpl. setRelatedTimeArray(RelatedTimeType[] relatedTimeArray)Sets array of all "relatedTime" elementvoidTimeOrdinalEraTypeImpl. setRelatedTimeArray(int i, RelatedTimeType relatedTime)Sets ith "relatedTime" elementvoidTimeOrdinalEraTypeImpl. setRelatedTimeArray(RelatedTimeType[] relatedTimeArray)Sets array of all "relatedTime" element
-