public class FoldingIntent extends IntentType implements Serializable
Java class for FoldingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FoldingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Fold" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="FoldingCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
foldingCatalog |
protected List<Fold> |
folds |
| Constructor and Description |
|---|
FoldingIntent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFoldingCatalog()
Gets the value of the foldingCatalog property.
|
List<Fold> |
getFolds()
Gets the value of the folds property.
|
void |
setFoldingCatalog(String value)
Sets the value of the foldingCatalog 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 getFoldingCatalog()
StringCopyright © 2012. All Rights Reserved.