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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Fold" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="FoldingCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Fold> |
fold |
protected String |
foldingCatalog |
| Constructor and Description |
|---|
FoldingIntent() |
| Modifier and Type | Method and Description |
|---|---|
List<Fold> |
getFold()
Gets the value of the fold property.
|
String |
getFoldingCatalog()
Gets the value of the foldingCatalog property.
|
void |
setFoldingCatalog(String value)
Sets the value of the foldingCatalog property.
|
public List<Fold> getFold()
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 fold property.
For example, to add a new item, do as follows:
getFold().add(newItem);
Objects of the following type(s) are allowed in the list
Fold
public String getFoldingCatalog()
StringCopyright © 2013. All Rights Reserved.