public class EmbossingParams extends ParameterType implements java.io.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 java.util.List<Emboss> |
embosses |
protected java.lang.Integer |
moduleIndex |
| Constructor and Description |
|---|
EmbossingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Emboss> |
getEmbosses()
Gets the value of the embosses property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex property.
|
protected java.util.List<Emboss> embosses
protected java.lang.Integer moduleIndex
public java.util.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 java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.