public class Disjointing extends Object implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InsertSheet" maxOccurs="unbounded" minOccurs="0"/>
</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 Object |
identificationFieldRef |
protected List<InsertSheet> |
insertSheet |
protected Integer |
number |
protected XYPair |
offset |
protected Integer |
offsetAmount |
protected String |
offsetDirection |
| Constructor and Description |
|---|
Disjointing() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<InsertSheet> |
getInsertSheet()
Gets the value of the insertSheet property.
|
Integer |
getNumber()
Gets the value of the number property.
|
XYPair |
getOffset()
Gets the value of the offset property.
|
Integer |
getOffsetAmount()
Gets the value of the offsetAmount property.
|
String |
getOffsetDirection()
Gets the value of the offsetDirection property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setOffset(XYPair value)
Sets the value of the offset property.
|
void |
setOffsetAmount(Integer value)
Sets the value of the offsetAmount property.
|
void |
setOffsetDirection(String value)
Sets the value of the offsetDirection property.
|
protected List<InsertSheet> insertSheet
protected Integer offsetAmount
protected String offsetDirection
protected XYPair offset
protected Integer number
protected Object identificationFieldRef
public List<InsertSheet> getInsertSheet()
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 insertSheet property.
For example, to add a new item, do as follows:
getInsertSheet().add(newItem);
Objects of the following type(s) are allowed in the list
InsertSheet
public Integer getOffsetAmount()
Integerpublic void setOffsetAmount(Integer value)
value - allowed object is
Integerpublic String getOffsetDirection()
Stringpublic void setOffsetDirection(String value)
value - allowed object is
Stringpublic XYPair getOffset()
Stringpublic void setOffset(XYPair value)
value - allowed object is
Stringpublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic Object getIdentificationFieldRef()
ObjectCopyright © 2013. All Rights Reserved.