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>
<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 Object |
identificationFieldRef |
protected List<InsertSheet> |
insertSheets |
protected Integer |
number |
protected Integer |
offsetAmount |
protected String |
offsetDirection |
protected List<Double> |
offsets |
| Constructor and Description |
|---|
Disjointing() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<InsertSheet> |
getInsertSheets()
Gets the value of the insertSheets property.
|
Integer |
getNumber()
Gets the value of the number property.
|
Integer |
getOffsetAmount()
Gets the value of the offsetAmount property.
|
String |
getOffsetDirection()
Gets the value of the offsetDirection property.
|
List<Double> |
getOffsets()
Gets the value of the offsets property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setNumber(Integer value)
Sets the value of the number 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> insertSheets
protected Integer offsetAmount
protected String offsetDirection
protected Integer number
protected Object identificationFieldRef
public 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 Integer getOffsetAmount()
Integerpublic void setOffsetAmount(Integer value)
value - allowed object is
Integerpublic String getOffsetDirection()
Stringpublic void setOffsetDirection(String value)
value - allowed object is
Stringpublic List<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 Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic Object getIdentificationFieldRef()
ObjectCopyright © 2012. All Rights Reserved.