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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Emboss" maxOccurs="unbounded" minOccurs="0"/>
</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> |
emboss |
protected Integer |
moduleIndex |
| Constructor and Description |
|---|
EmbossingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Emboss> |
getEmboss()
Gets the value of the emboss property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
public List<Emboss> getEmboss()
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 emboss property.
For example, to add a new item, do as follows:
getEmboss().add(newItem);
Objects of the following type(s) are allowed in the list
Emboss
public Integer getModuleIndex()
IntegerCopyright © 2013. All Rights Reserved.