public class FoldingParams extends ParameterType implements 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 String |
foldCatalog |
protected List<Fold> |
folds |
protected String |
sheetLay |
| Constructor and Description |
|---|
FoldingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
List<Fold> |
getFolds()
Gets the value of the folds property.
|
String |
getSheetLay()
Gets the value of the sheetLay property.
|
void |
setFoldCatalog(String value)
Sets the value of the foldCatalog property.
|
void |
setSheetLay(String value)
Sets the value of the sheetLay property.
|
public 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 String getFoldCatalog()
Stringpublic void setFoldCatalog(String value)
value - allowed object is
Stringpublic String getSheetLay()
StringCopyright © 2012. All Rights Reserved.