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

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

public class ComputationType
extends AnnotableType

ComputationType describes a computation in a process.

Java class for ComputationType complex type.

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

 <complexType name="ComputationType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
       <sequence>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Description" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="localID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
       <attribute name="softwarePackage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="softwareLanguage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="softwareVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TextType> description
           
protected  String localID
           
protected  String softwareLanguage
           
protected  String softwarePackage
           
protected  String softwareVersion
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
ComputationType()
           
 
Method Summary
 List<TextType> getDescription()
          Description describe the computation in any form desired by the user (these are informational rather than machine-actionable), and so may be supplied in multiple, parallel-language versions, Gets the value of the description property.
 String getLocalID()
          Gets the value of the localID property.
 String getSoftwareLanguage()
          Gets the value of the softwareLanguage property.
 String getSoftwarePackage()
          Gets the value of the softwarePackage property.
 String getSoftwareVersion()
          Gets the value of the softwareVersion property.
 void setLocalID(String value)
          Sets the value of the localID property.
 void setSoftwareLanguage(String value)
          Sets the value of the softwareLanguage property.
 void setSoftwarePackage(String value)
          Sets the value of the softwarePackage property.
 void setSoftwareVersion(String value)
          Sets the value of the softwareVersion property.
 
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

description

protected List<TextType> description

localID

protected String localID

softwarePackage

protected String softwarePackage

softwareLanguage

protected String softwareLanguage

softwareVersion

protected String softwareVersion
Constructor Detail

ComputationType

public ComputationType()
Method Detail

getDescription

public List<TextType> getDescription()
Description describe the computation in any form desired by the user (these are informational rather than machine-actionable), and so may be supplied in multiple, parallel-language versions, Gets the value of the description 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 description property.

For example, to add a new item, do as follows:

    getDescription().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

getSoftwarePackage

public String getSoftwarePackage()
Gets the value of the softwarePackage property.

Returns:
possible object is String

setSoftwarePackage

public void setSoftwarePackage(String value)
Sets the value of the softwarePackage property.

Parameters:
value - allowed object is String

getSoftwareLanguage

public String getSoftwareLanguage()
Gets the value of the softwareLanguage property.

Returns:
possible object is String

setSoftwareLanguage

public void setSoftwareLanguage(String value)
Sets the value of the softwareLanguage property.

Parameters:
value - allowed object is String

getSoftwareVersion

public String getSoftwareVersion()
Gets the value of the softwareVersion property.

Returns:
possible object is String

setSoftwareVersion

public void setSoftwareVersion(String value)
Sets the value of the softwareVersion property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.