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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.TransitionType

public class TransitionType
extends IdentifiableType

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

targetStep

protected LocalProcessStepReferenceType targetStep

condition

protected List<TextType> condition

localID

protected String localID
Constructor Detail

TransitionType

public TransitionType()
Method Detail

getTargetStep

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

Returns:
possible object is LocalProcessStepReferenceType

setTargetStep

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

Parameters:
value - allowed object is LocalProcessStepReferenceType

getCondition

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

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


getLocalID

public String getLocalID()
Gets the value of the localID property.

Returns:
possible object is String

setLocalID

public void setLocalID(String value)
Sets the value of the localID property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.