public class InsertSheet extends ParameterType implements Serializable
Java class for InsertSheet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertSheet">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="SheetType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="IsWaste" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MarkList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="SheetFormat" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SheetUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="IncludeInBundleItem" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="LayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="RunListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
includeInBundleItem |
protected Boolean |
isWaste |
protected Object |
layoutRef |
protected List<String> |
markLists |
protected Object |
runListRef |
protected String |
sheetFormat |
protected String |
sheetType |
protected String |
sheetUsage |
| Constructor and Description |
|---|
InsertSheet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIncludeInBundleItem()
Gets the value of the includeInBundleItem property.
|
Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
List<String> |
getMarkLists()
Gets the value of the markLists property.
|
Object |
getRunListRef()
Gets the value of the runListRef property.
|
String |
getSheetFormat()
Gets the value of the sheetFormat property.
|
String |
getSheetType()
Gets the value of the sheetType property.
|
String |
getSheetUsage()
Gets the value of the sheetUsage property.
|
Boolean |
isIsWaste()
Gets the value of the isWaste property.
|
void |
setIncludeInBundleItem(String value)
Sets the value of the includeInBundleItem property.
|
void |
setIsWaste(Boolean value)
Sets the value of the isWaste property.
|
void |
setLayoutRef(Object value)
Sets the value of the layoutRef property.
|
void |
setRunListRef(Object value)
Sets the value of the runListRef property.
|
void |
setSheetFormat(String value)
Sets the value of the sheetFormat property.
|
void |
setSheetType(String value)
Sets the value of the sheetType property.
|
void |
setSheetUsage(String value)
Sets the value of the sheetUsage property.
|
protected String sheetType
protected Boolean isWaste
protected String sheetFormat
protected String sheetUsage
protected String includeInBundleItem
protected Object layoutRef
protected Object runListRef
public String getSheetType()
Stringpublic void setSheetType(String value)
value - allowed object is
Stringpublic Boolean isIsWaste()
Booleanpublic void setIsWaste(Boolean value)
value - allowed object is
Booleanpublic List<String> getMarkLists()
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 markLists property.
For example, to add a new item, do as follows:
getMarkLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSheetFormat()
Stringpublic void setSheetFormat(String value)
value - allowed object is
Stringpublic String getSheetUsage()
Stringpublic void setSheetUsage(String value)
value - allowed object is
Stringpublic String getIncludeInBundleItem()
Stringpublic void setIncludeInBundleItem(String value)
value - allowed object is
Stringpublic Object getLayoutRef()
Objectpublic void setLayoutRef(Object value)
value - allowed object is
Objectpublic Object getRunListRef()
ObjectCopyright © 2012. All Rights Reserved.