@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public class HolePattern extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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">
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CenterReference" type="{http://www.CIP4.org/JDFSchema_2_0}EnumCenterReference" />
<attribute name="Extent" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="HoleCount" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="Pattern" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Pitch" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Shape" type="{http://www.CIP4.org/JDFSchema_2_0}EnumHoleShape" />
<attribute name="ReferenceEdge" type="{http://www.CIP4.org/JDFSchema_2_0}EnumReferenceEdge" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected EnumCenterReference |
centerReference |
protected XYPair |
extent |
protected IntegerList |
holeCount |
protected String |
pattern |
protected XYPair |
pitch |
protected EnumReferenceEdge |
referenceEdge |
protected EnumHoleShape |
shape |
| Constructor and Description |
|---|
HolePattern() |
| 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 |
getCenter()
Gets the value of the center property.
|
EnumCenterReference |
getCenterReference()
Gets the value of the centerReference property.
|
XYPair |
getExtent()
Gets the value of the extent property.
|
IntegerList |
getHoleCount()
Gets the value of the holeCount property.
|
String |
getPattern()
Gets the value of the pattern property.
|
XYPair |
getPitch()
Gets the value of the pitch property.
|
EnumReferenceEdge |
getReferenceEdge()
Gets the value of the referenceEdge property.
|
EnumHoleShape |
getShape()
Gets the value of the shape property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setCenterReference(EnumCenterReference value)
Sets the value of the centerReference property.
|
void |
setExtent(XYPair value)
Sets the value of the extent property.
|
void |
setHoleCount(IntegerList value)
Sets the value of the holeCount property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setPitch(XYPair value)
Sets the value of the pitch property.
|
void |
setReferenceEdge(EnumReferenceEdge value)
Sets the value of the referenceEdge property.
|
void |
setShape(EnumHoleShape value)
Sets the value of the shape property.
|
HolePattern |
withCenter(XYPair value) |
HolePattern |
withCenterReference(EnumCenterReference value) |
HolePattern |
withExtent(XYPair value) |
HolePattern |
withHoleCount(IntegerList value) |
HolePattern |
withPattern(String value) |
HolePattern |
withPitch(XYPair value) |
HolePattern |
withReferenceEdge(EnumReferenceEdge value) |
HolePattern |
withShape(EnumHoleShape value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected XYPair center
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected EnumCenterReference centerReference
@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 IntegerList holeCount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected String pattern
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected XYPair pitch
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected EnumHoleShape shape
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected EnumReferenceEdge referenceEdge
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setCenter(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 EnumCenterReference getCenterReference()
EnumCenterReference@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setCenterReference(EnumCenterReference value)
value - allowed object is
EnumCenterReference@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 IntegerList getHoleCount()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setHoleCount(IntegerList 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 String getPattern()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setPattern(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 XYPair getPitch()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setPitch(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 EnumHoleShape getShape()
EnumHoleShape@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setShape(EnumHoleShape value)
value - allowed object is
EnumHoleShape@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public EnumReferenceEdge getReferenceEdge()
EnumReferenceEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setReferenceEdge(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 HolePattern withCenter(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HolePattern withCenterReference(EnumCenterReference value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HolePattern 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 HolePattern withHoleCount(IntegerList value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HolePattern withPattern(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HolePattern withPitch(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HolePattern withShape(EnumHoleShape value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public HolePattern withReferenceEdge(EnumReferenceEdge 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.Equals@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)
@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.HashCodeCopyright © 2016. All rights reserved.