@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public class HoleMakingIntent extends IntentType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for HoleMakingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HoleMakingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HolePattern" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Extent" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="HoleReferenceEdge" type="{http://www.CIP4.org/JDFSchema_2_0}EnumReferenceEdge" />
<attribute name="HoleType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
extent |
protected List<HolePattern> |
holePattern |
protected EnumReferenceEdge |
holeReferenceEdge |
protected String |
holeType |
| Constructor and Description |
|---|
HoleMakingIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XYPair |
getExtent()
Gets the value of the extent property.
|
List<HolePattern> |
getHolePattern()
Gets the value of the holePattern property.
|
EnumReferenceEdge |
getHoleReferenceEdge()
Gets the value of the holeReferenceEdge property.
|
String |
getHoleType()
Gets the value of the holeType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setExtent(XYPair value)
Sets the value of the extent property.
|
void |
setHoleReferenceEdge(EnumReferenceEdge value)
Sets the value of the holeReferenceEdge property.
|
void |
setHoleType(String value)
Sets the value of the holeType property.
|
HoleMakingIntent |
withExtent(XYPair value) |
HoleMakingIntent |
withHolePattern(Collection<HolePattern> values) |
HoleMakingIntent |
withHolePattern(HolePattern... values) |
HoleMakingIntent |
withHoleReferenceEdge(EnumReferenceEdge value) |
HoleMakingIntent |
withHoleType(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected List<HolePattern> holePattern
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected XYPair extent
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected EnumReferenceEdge holeReferenceEdge
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected String holeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public List<HolePattern> getHolePattern()
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 holePattern property.
For example, to add a new item, do as follows:
getHolePattern().add(newItem);
Objects of the following type(s) are allowed in the list
HolePattern
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public XYPair getExtent()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setExtent(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public EnumReferenceEdge getHoleReferenceEdge()
EnumReferenceEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setHoleReferenceEdge(EnumReferenceEdge value)
value - allowed object is
EnumReferenceEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public String getHoleType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setHoleType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HoleMakingIntent withHolePattern(HolePattern... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HoleMakingIntent withHolePattern(Collection<HolePattern> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HoleMakingIntent withExtent(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HoleMakingIntent withHoleReferenceEdge(EnumReferenceEdge value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HoleMakingIntent withHoleType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class IntentTypeCopyright © 2016. All rights reserved.