org.citygml4j.jaxb.gml._3_1_1
Class IndirectEntryType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.IndirectEntryType

public class IndirectEntryType
extends java.lang.Object

An entry in a dictionary of definitions that contains a GML object which references 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. Specialized descendents of this dictionaryEntry might be restricted in an application schema to allow only including specified types of definitions as valid entries in a dictionary.

Java-Klasse für IndirectEntryType complex type.

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

 <complexType name="IndirectEntryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}DefinitionProxy"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
IndirectEntryType()
           
 
Method Summary
 DefinitionProxyType getDefinitionProxy()
          Ruft den Wert der definitionProxy-Eigenschaft ab.
 boolean isSetDefinitionProxy()
           
 void setDefinitionProxy(DefinitionProxyType value)
          Legt den Wert der definitionProxy-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndirectEntryType

public IndirectEntryType()
Method Detail

getDefinitionProxy

public DefinitionProxyType getDefinitionProxy()
Ruft den Wert der definitionProxy-Eigenschaft ab.

Returns:
possible object is DefinitionProxyType

setDefinitionProxy

public void setDefinitionProxy(DefinitionProxyType value)
Legt den Wert der definitionProxy-Eigenschaft fest.

Parameters:
value - allowed object is DefinitionProxyType

isSetDefinitionProxy

public boolean isSetDefinitionProxy()