|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.TransitionType
public class TransitionType
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 |
|---|
protected String targetStep
protected TextType condition
| Constructor Detail |
|---|
public TransitionType()
| Method Detail |
|---|
public String getTargetStep()
Stringpublic void setTargetStep(String value)
value - allowed object is
Stringpublic TextType getCondition()
TextTypepublic void setCondition(TextType value)
value - allowed object is
TextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||