net.opengis.gml
Class IndirectEntryType
java.lang.Object
net.opengis.gml.IndirectEntryType
public class IndirectEntryType
- extends 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.
Classe Java pour IndirectEntryType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
definitionProxy
protected DefinitionProxyType definitionProxy
IndirectEntryType
public IndirectEntryType()
getDefinitionProxy
public DefinitionProxyType getDefinitionProxy()
- Obtient la valeur de la propriété definitionProxy.
- Returns:
- possible object is
DefinitionProxyType
setDefinitionProxy
public void setDefinitionProxy(DefinitionProxyType value)
- Définit la valeur de la propriété definitionProxy.
- Parameters:
value - allowed object is
DefinitionProxyType
isSetDefinitionProxy
public boolean isSetDefinitionProxy()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.