net.opengis.gml
Class SequenceRuleType

java.lang.Object
  extended by net.opengis.gml.SequenceRuleType

public class SequenceRuleType
extends Object

Classe Java pour SequenceRuleType complex type.

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

 <complexType name="SequenceRuleType">
   <simpleContent>
     <extension base="<http://www.opengis.net/gml>SequenceRuleNames">
       <attribute name="order" type="{http://www.opengis.net/gml}IncrementOrder" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  IncrementOrder order
           
protected  SequenceRuleNames value
           
 
Constructor Summary
SequenceRuleType()
           
 
Method Summary
 IncrementOrder getOrder()
          Obtient la valeur de la propriété order.
 SequenceRuleNames getValue()
          List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.
 boolean isSetOrder()
           
 boolean isSetValue()
           
 void setOrder(IncrementOrder value)
          Définit la valeur de la propriété order.
 void setValue(SequenceRuleNames value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected SequenceRuleNames value

order

protected IncrementOrder order
Constructor Detail

SequenceRuleType

public SequenceRuleType()
Method Detail

getValue

public SequenceRuleNames getValue()
List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.

Returns:
possible object is SequenceRuleNames

setValue

public void setValue(SequenceRuleNames value)
Définit la valeur de la propriété value.

Parameters:
value - allowed object is SequenceRuleNames

isSetValue

public boolean isSetValue()

getOrder

public IncrementOrder getOrder()
Obtient la valeur de la propriété order.

Returns:
possible object is IncrementOrder

setOrder

public void setOrder(IncrementOrder value)
Définit la valeur de la propriété order.

Parameters:
value - allowed object is IncrementOrder

isSetOrder

public boolean isSetOrder()


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