Uses of Interface
net.opengis.gml.x33.lr.ReferentTypeType
-
Packages that use ReferentTypeType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of ReferentTypeType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return ReferentTypeType Modifier and Type Method Description static ReferentTypeTypeReferentTypeType.Factory. newInstance()static ReferentTypeTypeReferentTypeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. newValue(Object obj)static ReferentTypeTypeReferentTypeType.Factory. parse(File file)static ReferentTypeTypeReferentTypeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. parse(InputStream is)static ReferentTypeTypeReferentTypeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. parse(Reader r)static ReferentTypeTypeReferentTypeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. parse(String xmlAsString)static ReferentTypeTypeReferentTypeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. parse(URL u)static ReferentTypeTypeReferentTypeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. parse(XMLStreamReader sr)static ReferentTypeTypeReferentTypeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReferentTypeTypeReferentTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferentTypeTypeReferentTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReferentTypeTypeReferentTypeType.Factory. parse(Node node)static ReferentTypeTypeReferentTypeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ReferentTypeTypeReferentType. xgetType()Gets (as xml) the "type" elementMethods in net.opengis.gml.x33.lr with parameters of type ReferentTypeType Modifier and Type Method Description voidReferentType. xsetType(ReferentTypeType type)Sets (as xml) the "type" element -
Uses of ReferentTypeType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement ReferentTypeType Modifier and Type Class Description classReferentTypeTypeImplAn XML ReferentTypeType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return ReferentTypeType Modifier and Type Method Description ReferentTypeTypeReferentTypeImpl. xgetType()Gets (as xml) the "type" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type ReferentTypeType Modifier and Type Method Description voidReferentTypeImpl. xsetType(ReferentTypeType type)Sets (as xml) the "type" element
-