public class EmbossingParams extends ParameterType implements Serializable
Java class for EmbossingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmbossingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Emboss" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Emboss> |
embosses |
protected Integer |
moduleIndex |
| Constructor and Description |
|---|
EmbossingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Emboss> |
getEmbosses()
Gets the value of the embosses property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
public List<Emboss> getEmbosses()
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 embosses property.
For example, to add a new item, do as follows:
getEmbosses().add(newItem);
Objects of the following type(s) are allowed in the list
Emboss
public Integer getModuleIndex()
IntegerCopyright © 2012. All Rights Reserved.