Uses of Class
net.opengis.gml._3.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.gml._3 -
-
Uses of ReferenceType in net.opengis.gml._3
Fields in net.opengis.gml._3 declared as ReferenceType Modifier and Type Field Description protected ReferenceTypeAbstractGMLType. descriptionReferenceMethods in net.opengis.gml._3 that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeReferenceTypeAbstractGMLType. getDescriptionReference()Gets the value of the descriptionReference property.Methods in net.opengis.gml._3 that return types with arguments of type ReferenceType Modifier and Type Method Description JAXBElement<ReferenceType>ObjectFactory. createAbstractReference(ReferenceType value)JAXBElement<ReferenceType>ObjectFactory. createDescriptionReference(ReferenceType value)Methods in net.opengis.gml._3 with parameters of type ReferenceType Modifier and Type Method Description JAXBElement<ReferenceType>ObjectFactory. createAbstractReference(ReferenceType value)JAXBElement<ReferenceType>ObjectFactory. createDescriptionReference(ReferenceType value)voidAbstractGMLType. setDescriptionReference(ReferenceType value)Sets the value of the descriptionReference property.
-