|
||||||||||
| 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.ComputationType
public class ComputationType
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 |
|---|
protected List<TextType> description
protected String localID
protected String softwarePackage
protected String softwareLanguage
protected String softwareVersion
| Constructor Detail |
|---|
public ComputationType()
| Method Detail |
|---|
public List<TextType> getDescription()
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
public String getLocalID()
Stringpublic void setLocalID(String value)
value - allowed object is
Stringpublic String getSoftwarePackage()
Stringpublic void setSoftwarePackage(String value)
value - allowed object is
Stringpublic String getSoftwareLanguage()
Stringpublic void setSoftwareLanguage(String value)
value - allowed object is
Stringpublic String getSoftwareVersion()
Stringpublic void setSoftwareVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||