org.citygml4j.jaxb.gml._3_1_1
Class DefinitionProxyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.DefinitionProxyType
public class DefinitionProxyType
- extends DefinitionType
A proxy entry in a dictionary of definitions. An element of this type contains a reference to a remote definition object. This entry is expected to be convenient in allowing multiple elements in one XML document to contain short (abbreviated XPointer) references, which are resolved to an external definition provided in a Dictionary element in the same XML document.
Java class for DefinitionProxyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefinitionProxyType">
<complexContent>
<extension base="{http://www.opengis.net/gml}DefinitionType">
<sequence>
<element ref="{http://www.opengis.net/gml}definitionRef"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefinitionProxyType
public DefinitionProxyType()
getDefinitionRef
public ReferenceType getDefinitionRef()
- A reference to a remote entry in this dictionary, used when this dictionary entry is identified to allow external references to this specific entry. The remote entry referenced can be in a dictionary in the same or different XML document.
- Returns:
- possible object is
ReferenceType
setDefinitionRef
public void setDefinitionRef(ReferenceType value)
- Sets the value of the definitionRef property.
- Parameters:
value
- allowed object is
ReferenceType
isSetDefinitionRef
public boolean isSetDefinitionRef()