org.citygml4j.jaxb.gml._3_1_1
Class SequenceRuleType

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

public class SequenceRuleType
extends java.lang.Object

Java class for SequenceRuleType complex type.

The following schema fragment specifies the expected content contained within this class.

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


Constructor Summary
SequenceRuleType()
           
 
Method Summary
 java.lang.String getOrder()
          Gets the value of the order property.
 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(java.lang.String value)
          Sets the value of the order property.
 void setValue(SequenceRuleNames value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)
Sets the value of the value property.

Parameters:
value - allowed object is SequenceRuleNames

isSetValue

public boolean isSetValue()

getOrder

public java.lang.String getOrder()
Gets the value of the order property.

Returns:
possible object is String

setOrder

public void setOrder(java.lang.String value)
Sets the value of the order property.

Parameters:
value - allowed object is String

isSetOrder

public boolean isSetOrder()