Uses of Interface
net.opengis.gml.x33.lr.ReferentType
-
Packages that use ReferentType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of ReferentType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return ReferentType Modifier and Type Method Description ReferentTypeReferentDocument. addNewReferent()Appends and returns a new empty "Referent" elementReferentTypeReferentPropertyType. addNewReferent()Appends and returns a new empty "Referent" elementReferentTypeReferentDocument. getReferent()Gets the "Referent" elementReferentTypeReferentPropertyType. getReferent()Gets the "Referent" elementstatic ReferentTypeReferentType.Factory. newInstance()static ReferentTypeReferentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(File file)static ReferentTypeReferentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(InputStream is)static ReferentTypeReferentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(Reader r)static ReferentTypeReferentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(String xmlAsString)static ReferentTypeReferentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(URL u)static ReferentTypeReferentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(XMLStreamReader sr)static ReferentTypeReferentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReferentTypeReferentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferentTypeReferentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReferentTypeReferentType.Factory. parse(Node node)static ReferentTypeReferentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type ReferentType Modifier and Type Method Description voidReferentDocument. setReferent(ReferentType referent)Sets the "Referent" elementvoidReferentPropertyType. setReferent(ReferentType referent)Sets the "Referent" element -
Uses of ReferentType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement ReferentType Modifier and Type Class Description classReferentTypeImplAn XML ReferentType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return ReferentType Modifier and Type Method Description ReferentTypeReferentDocumentImpl. addNewReferent()Appends and returns a new empty "Referent" elementReferentTypeReferentPropertyTypeImpl. addNewReferent()Appends and returns a new empty "Referent" elementReferentTypeReferentDocumentImpl. getReferent()Gets the "Referent" elementReferentTypeReferentPropertyTypeImpl. getReferent()Gets the "Referent" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type ReferentType Modifier and Type Method Description voidReferentDocumentImpl. setReferent(ReferentType referent)Sets the "Referent" elementvoidReferentPropertyTypeImpl. setReferent(ReferentType referent)Sets the "Referent" element
-