public class InsertSheet extends ParameterType implements java.io.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 java.lang.String |
includeInBundleItem |
protected java.lang.Boolean |
isWaste |
protected java.lang.Object |
layoutRef |
protected java.util.List<java.lang.String> |
markLists |
protected java.lang.Object |
runListRef |
protected java.lang.String |
sheetFormat |
protected java.lang.String |
sheetType |
protected java.lang.String |
sheetUsage |
| Constructor and Description |
|---|
InsertSheet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIncludeInBundleItem()
Gets the value of the includeInBundleItem property.
|
java.lang.Boolean |
getIsWaste()
Gets the value of the isWaste property.
|
java.lang.Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
java.util.List<java.lang.String> |
getMarkLists()
Gets the value of the markLists property.
|
java.lang.Object |
getRunListRef()
Gets the value of the runListRef property.
|
java.lang.String |
getSheetFormat()
Gets the value of the sheetFormat property.
|
java.lang.String |
getSheetType()
Gets the value of the sheetType property.
|
java.lang.String |
getSheetUsage()
Gets the value of the sheetUsage property.
|
void |
setIncludeInBundleItem(java.lang.String value)
Sets the value of the includeInBundleItem property.
|
void |
setIsWaste(java.lang.Boolean value)
Sets the value of the isWaste property.
|
void |
setLayoutRef(java.lang.Object value)
Sets the value of the layoutRef property.
|
void |
setRunListRef(java.lang.Object value)
Sets the value of the runListRef property.
|
void |
setSheetFormat(java.lang.String value)
Sets the value of the sheetFormat property.
|
void |
setSheetType(java.lang.String value)
Sets the value of the sheetType property.
|
void |
setSheetUsage(java.lang.String value)
Sets the value of the sheetUsage property.
|
protected java.lang.String sheetType
protected java.lang.Boolean isWaste
protected java.util.List<java.lang.String> markLists
protected java.lang.String sheetFormat
protected java.lang.String sheetUsage
protected java.lang.String includeInBundleItem
protected java.lang.Object layoutRef
protected java.lang.Object runListRef
public java.lang.String getSheetType()
Stringpublic void setSheetType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getIsWaste()
Booleanpublic void setIsWaste(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.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 java.lang.String getSheetFormat()
Stringpublic void setSheetFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSheetUsage()
Stringpublic void setSheetUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIncludeInBundleItem()
Stringpublic void setIncludeInBundleItem(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getLayoutRef()
Objectpublic void setLayoutRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getRunListRef()
Objectpublic void setRunListRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.