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-Klasse für SequenceRuleType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der order-Eigenschaft ab.
 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)
          Legt den Wert der order-Eigenschaft fest.
 void setValue(SequenceRuleNames value)
          Legt den Wert der value-Eigenschaft fest.
 
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)
Legt den Wert der value-Eigenschaft fest.

Parameters:
value - allowed object is SequenceRuleNames

isSetValue

public boolean isSetValue()

getOrder

public java.lang.String getOrder()
Ruft den Wert der order-Eigenschaft ab.

Returns:
possible object is String

setOrder

public void setOrder(java.lang.String value)
Legt den Wert der order-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetOrder

public boolean isSetOrder()