|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.TransitionType
public class TransitionType
TransitionType describes the details of a transition, which is an expression in a textual or formalised way of the transformation of data between two specific operations performed on the data.
Java class for TransitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransitionType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}IdentifiableType">
<sequence>
<element name="TargetStep" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalProcessStepReferenceType"/>
<element name="Condition" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TextType" maxOccurs="unbounded"/>
</sequence>
<attribute name="localID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<TextType> |
condition
|
protected String |
localID
|
protected LocalProcessStepReferenceType |
targetStep
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
id, uri, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
TransitionType()
|
|
| Method Summary | |
|---|---|
List<TextType> |
getCondition()
Gets the value of the condition property. |
String |
getLocalID()
Gets the value of the localID property. |
LocalProcessStepReferenceType |
getTargetStep()
Gets the value of the targetStep property. |
void |
setLocalID(String value)
Sets the value of the localID property. |
void |
setTargetStep(LocalProcessStepReferenceType value)
Sets the value of the targetStep property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
getId, getUri, getUrn, setId, setUri, setUrn |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LocalProcessStepReferenceType targetStep
protected List<TextType> condition
protected String localID
| Constructor Detail |
|---|
public TransitionType()
| Method Detail |
|---|
public LocalProcessStepReferenceType getTargetStep()
LocalProcessStepReferenceTypepublic void setTargetStep(LocalProcessStepReferenceType value)
value - allowed object is
LocalProcessStepReferenceTypepublic List<TextType> getCondition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the condition property.
For example, to add a new item, do as follows:
getCondition().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public String getLocalID()
Stringpublic void setLocalID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||