|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.IndirectEntryType
public class IndirectEntryType
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 class for IndirectEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the definitionProxy property. |
boolean |
isSetDefinitionProxy()
|
void |
setDefinitionProxy(DefinitionProxyType value)
Sets the value of the definitionProxy property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndirectEntryType()
Method Detail |
---|
public DefinitionProxyType getDefinitionProxy()
DefinitionProxyType
public void setDefinitionProxy(DefinitionProxyType value)
value
- allowed object is
DefinitionProxyType
public boolean isSetDefinitionProxy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |