public class CoverApplicationParams extends ParameterType implements Serializable
Java class for CoverApplicationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverApplicationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Score" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueApplication" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GlueApplication> |
glueApplication |
protected List<Score> |
score |
| Constructor and Description |
|---|
CoverApplicationParams() |
| Modifier and Type | Method and Description |
|---|---|
List<GlueApplication> |
getGlueApplication()
Gets the value of the glueApplication property.
|
List<Score> |
getScore()
Gets the value of the score property.
|
protected List<GlueApplication> glueApplication
public List<Score> getScore()
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 score property.
For example, to add a new item, do as follows:
getScore().add(newItem);
Objects of the following type(s) are allowed in the list
Score
public List<GlueApplication> getGlueApplication()
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 glueApplication property.
For example, to add a new item, do as follows:
getGlueApplication().add(newItem);
Objects of the following type(s) are allowed in the list
GlueApplication
Copyright © 2013. All Rights Reserved.