Uses of Interface
net.opengis.gml.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ReferenceType in net.opengis.gml
Methods in net.opengis.gml that return ReferenceType Modifier and Type Method Description ReferenceTypeAbstractTimeTopologyPrimitiveType. addNewComplex()Appends and returns a new empty "complex" elementReferenceTypeDefinitionProxyType. addNewDefinitionRef()Appends and returns a new empty "definitionRef" elementReferenceTypeDefinitionRefDocument. addNewDefinitionRef()Appends and returns a new empty "definitionRef" elementReferenceTypeTimeOrdinalEraType. addNewGroup()Appends and returns a new empty "group" elementReferenceTypeReferenceDocument. addNewReference()Appends and returns a new empty "_reference" elementReferenceTypeBaseUnitType. addNewUnitsSystem()Appends and returns a new empty "unitsSystem" elementReferenceTypeAbstractTimeTopologyPrimitiveType. getComplex()Gets the "complex" elementReferenceTypeDefinitionProxyType. getDefinitionRef()Gets the "definitionRef" elementReferenceTypeDefinitionRefDocument. getDefinitionRef()Gets the "definitionRef" elementReferenceTypeTimeOrdinalEraType. getGroup()Gets the "group" elementReferenceTypeReferenceDocument. getReference()Gets the "_reference" elementReferenceTypeBaseUnitType. getUnitsSystem()Gets the "unitsSystem" elementstatic ReferenceTypeReferenceType.Factory. newInstance()static ReferenceTypeReferenceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(File file)static ReferenceTypeReferenceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(InputStream is)static ReferenceTypeReferenceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(Reader r)static ReferenceTypeReferenceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(String xmlAsString)static ReferenceTypeReferenceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(URL u)static ReferenceTypeReferenceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(XMLStreamReader sr)static ReferenceTypeReferenceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferenceTypeReferenceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReferenceTypeReferenceType.Factory. parse(Node node)static ReferenceTypeReferenceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ReferenceType Modifier and Type Method Description voidAbstractTimeTopologyPrimitiveType. setComplex(ReferenceType complex)Sets the "complex" elementvoidDefinitionProxyType. setDefinitionRef(ReferenceType definitionRef)Sets the "definitionRef" elementvoidDefinitionRefDocument. setDefinitionRef(ReferenceType definitionRef)Sets the "definitionRef" elementvoidTimeOrdinalEraType. setGroup(ReferenceType group)Sets the "group" elementvoidReferenceDocument. setReference(ReferenceType reference)Sets the "_reference" elementvoidBaseUnitType. setUnitsSystem(ReferenceType unitsSystem)Sets the "unitsSystem" element -
Uses of ReferenceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ReferenceType Modifier and Type Class Description classReferenceTypeImplAn XML ReferenceType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ReferenceType Modifier and Type Method Description ReferenceTypeAbstractTimeTopologyPrimitiveTypeImpl. addNewComplex()Appends and returns a new empty "complex" elementReferenceTypeDefinitionProxyTypeImpl. addNewDefinitionRef()Appends and returns a new empty "definitionRef" elementReferenceTypeDefinitionRefDocumentImpl. addNewDefinitionRef()Appends and returns a new empty "definitionRef" elementReferenceTypeTimeOrdinalEraTypeImpl. addNewGroup()Appends and returns a new empty "group" elementReferenceTypeReferenceDocumentImpl. addNewReference()Appends and returns a new empty "_reference" elementReferenceTypeBaseUnitTypeImpl. addNewUnitsSystem()Appends and returns a new empty "unitsSystem" elementReferenceTypeAbstractTimeTopologyPrimitiveTypeImpl. getComplex()Gets the "complex" elementReferenceTypeDefinitionProxyTypeImpl. getDefinitionRef()Gets the "definitionRef" elementReferenceTypeDefinitionRefDocumentImpl. getDefinitionRef()Gets the "definitionRef" elementReferenceTypeTimeOrdinalEraTypeImpl. getGroup()Gets the "group" elementReferenceTypeReferenceDocumentImpl. getReference()Gets the "_reference" elementReferenceTypeBaseUnitTypeImpl. getUnitsSystem()Gets the "unitsSystem" elementMethods in net.opengis.gml.impl with parameters of type ReferenceType Modifier and Type Method Description voidAbstractTimeTopologyPrimitiveTypeImpl. setComplex(ReferenceType complex)Sets the "complex" elementvoidDefinitionProxyTypeImpl. setDefinitionRef(ReferenceType definitionRef)Sets the "definitionRef" elementvoidDefinitionRefDocumentImpl. setDefinitionRef(ReferenceType definitionRef)Sets the "definitionRef" elementvoidTimeOrdinalEraTypeImpl. setGroup(ReferenceType group)Sets the "group" elementvoidReferenceDocumentImpl. setReference(ReferenceType reference)Sets the "_reference" elementvoidBaseUnitTypeImpl. setUnitsSystem(ReferenceType unitsSystem)Sets the "unitsSystem" element
-