public class FoldingParams extends ParameterType implements java.io.Serializable
Java class for FoldingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FoldingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Fold" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="FoldCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SheetLay" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
foldCatalog |
protected java.util.List<Fold> |
folds |
protected java.lang.String |
sheetLay |
| Constructor and Description |
|---|
FoldingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
java.util.List<Fold> |
getFolds()
Gets the value of the folds property.
|
java.lang.String |
getSheetLay()
Gets the value of the sheetLay property.
|
void |
setFoldCatalog(java.lang.String value)
Sets the value of the foldCatalog property.
|
void |
setSheetLay(java.lang.String value)
Sets the value of the sheetLay property.
|
protected java.util.List<Fold> folds
protected java.lang.String foldCatalog
protected java.lang.String sheetLay
public java.util.List<Fold> getFolds()
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 folds property.
For example, to add a new item, do as follows:
getFolds().add(newItem);
Objects of the following type(s) are allowed in the list
Fold
public java.lang.String getFoldCatalog()
Stringpublic void setFoldCatalog(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSheetLay()
Stringpublic void setSheetLay(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.