org.sdmx.resources.sdmxml.schemas.v2_0.structure
Class TransitionType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.TransitionType

public class TransitionType
extends Object

TransitionType describes the Condition and next step in a transition. The Condition text is informational, and may be supplied in multiple, parallel-language form. The TargetStep holds the id of the next step in the process if the condition is met.

Java class for TransitionType complex type.

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

 <complexType name="TransitionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TargetStep" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
         <element name="Condition" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TextType condition
           
protected  String targetStep
           
 
Constructor Summary
TransitionType()
           
 
Method Summary
 TextType getCondition()
          Gets the value of the condition property.
 String getTargetStep()
          Gets the value of the targetStep property.
 void setCondition(TextType value)
          Sets the value of the condition property.
 void setTargetStep(String value)
          Sets the value of the targetStep property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetStep

protected String targetStep

condition

protected TextType condition
Constructor Detail

TransitionType

public TransitionType()
Method Detail

getTargetStep

public String getTargetStep()
Gets the value of the targetStep property.

Returns:
possible object is String

setTargetStep

public void setTargetStep(String value)
Sets the value of the targetStep property.

Parameters:
value - allowed object is String

getCondition

public TextType getCondition()
Gets the value of the condition property.

Returns:
possible object is TextType

setCondition

public void setCondition(TextType value)
Sets the value of the condition property.

Parameters:
value - allowed object is TextType


Copyright © 2012. All Rights Reserved.