public class Disjointing
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InsertSheet" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="OffsetAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="OffsetDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Number" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
identificationFieldRef |
protected java.util.List<InsertSheet> |
insertSheets |
protected java.lang.Integer |
number |
protected java.lang.Integer |
offsetAmount |
protected java.lang.String |
offsetDirection |
protected java.util.List<java.lang.Double> |
offsets |
| Constructor and Description |
|---|
Disjointing() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
java.util.List<InsertSheet> |
getInsertSheets()
Gets the value of the insertSheets property.
|
java.lang.Integer |
getNumber()
Gets the value of the number property.
|
java.lang.Integer |
getOffsetAmount()
Gets the value of the offsetAmount property.
|
java.lang.String |
getOffsetDirection()
Gets the value of the offsetDirection property.
|
java.util.List<java.lang.Double> |
getOffsets()
Gets the value of the offsets property.
|
void |
setIdentificationFieldRef(java.lang.Object value)
Sets the value of the identificationFieldRef property.
|
void |
setNumber(java.lang.Integer value)
Sets the value of the number property.
|
void |
setOffsetAmount(java.lang.Integer value)
Sets the value of the offsetAmount property.
|
void |
setOffsetDirection(java.lang.String value)
Sets the value of the offsetDirection property.
|
protected java.util.List<InsertSheet> insertSheets
protected java.lang.Integer offsetAmount
protected java.lang.String offsetDirection
protected java.util.List<java.lang.Double> offsets
protected java.lang.Integer number
protected java.lang.Object identificationFieldRef
public java.util.List<InsertSheet> getInsertSheets()
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 insertSheets property.
For example, to add a new item, do as follows:
getInsertSheets().add(newItem);
Objects of the following type(s) are allowed in the list
InsertSheet
public java.lang.Integer getOffsetAmount()
Integerpublic void setOffsetAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getOffsetDirection()
Stringpublic void setOffsetDirection(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getOffsets()
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 offsets property.
For example, to add a new item, do as follows:
getOffsets().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Integer getNumber()
Integerpublic void setNumber(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.