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>
<choice>
<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"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GlueApplication> |
glueApplications |
protected List<Score> |
scores |
| Constructor and Description |
|---|
CoverApplicationParams() |
| Modifier and Type | Method and Description |
|---|---|
List<GlueApplication> |
getGlueApplications()
Gets the value of the glueApplications property.
|
List<Score> |
getScores()
Gets the value of the scores property.
|
protected List<GlueApplication> glueApplications
public List<GlueApplication> getGlueApplications()
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 glueApplications property.
For example, to add a new item, do as follows:
getGlueApplications().add(newItem);
Objects of the following type(s) are allowed in the list
GlueApplication
public List<Score> getScores()
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 scores property.
For example, to add a new item, do as follows:
getScores().add(newItem);
Objects of the following type(s) are allowed in the list
Score
Copyright © 2012. All Rights Reserved.