net.opengis.gml
Class DefinitionProxyType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.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.

Classe Java pour DefinitionProxyType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  ReferenceType definitionRef
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
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)
          Définit la valeur de la propriété definitionRef.
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

definitionRef

protected ReferenceType definitionRef
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)
Définit la valeur de la propriété definitionRef.

Parameters:
value - allowed object is ReferenceType

isSetDefinitionRef

public boolean isSetDefinitionRef()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.