org.citygml4j.jaxb.gml._3_1_1
Class DefinitionProxyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by 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-Klasse für DefinitionProxyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
DefinitionProxyType()
           
 
Method Summary
 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.
 boolean isSetDefinitionRef()
           
 void setDefinitionRef(ReferenceType value)
          Legt den Wert der definitionRef-Eigenschaft fest.
 
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
 

Constructor Detail

DefinitionProxyType

public DefinitionProxyType()
Method Detail

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)
Legt den Wert der definitionRef-Eigenschaft fest.

Parameters:
value - allowed object is ReferenceType

isSetDefinitionRef

public boolean isSetDefinitionRef()