@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class HolePattern
extends java.lang.Object
implements java.io.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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="TrailingEdge"/>
<enumeration value="RegistrationMark"/>
</restriction>
</simpleType>
</attribute>
<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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="None"/>
<enumeration value="S1-generic"/>
<enumeration value="S-generic"/>
<enumeration value="R2-generic"/>
<enumeration value="R2m-DIN"/>
<enumeration value="R2m-ISO"/>
<enumeration value="R2m-MIB"/>
<enumeration value="R2i-US-a"/>
<enumeration value="R2i-US-b"/>
<enumeration value="R3-generic"/>
<enumeration value="R3i-US"/>
<enumeration value="R4-generic"/>
<enumeration value="R4m-DIN-A4"/>
<enumeration value="R4m-DIN-A5"/>
<enumeration value="R4m-swedish"/>
<enumeration value="R4i-US"/>
<enumeration value="R5-generic"/>
<enumeration value="R5i-US-a"/>
<enumeration value="R5i-US-b"/>
<enumeration value="R5i-US-c"/>
<enumeration value="R6-generic"/>
<enumeration value="R6m-4h2s"/>
<enumeration value="R6m-DIN-A5"/>
<enumeration value="R7-generic"/>
<enumeration value="R7i-US-a"/>
<enumeration value="R7i-US-b"/>
<enumeration value="R7i-US-c"/>
<enumeration value="R11m-7h4s"/>
<enumeration value="P16_9i-rect-0t"/>
<enumeration value="P12m-rect-0t"/>
<enumeration value="W2_1i-round-0t"/>
<enumeration value="W2_1i-square-0t"/>
<enumeration value="W3_1i-square-0t"/>
<enumeration value="C9.5m-round-0t"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Pitch" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Reinforcement" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Shape" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Elliptic"/>
<enumeration value="Round"/>
<enumeration value="Rectangular"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ReferenceEdge">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Top"/>
<enumeration value="Right"/>
<enumeration value="Bottom"/>
<enumeration value="Left"/>
<enumeration value="Pattern"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
HolePattern.CenterReference
Java class for null.
|
static class |
HolePattern.Pattern
Java class for null.
|
static class |
HolePattern.ReferenceEdge
Java class for null.
|
static class |
HolePattern.Shape
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected HolePattern.CenterReference |
centerReference |
protected XYPair |
extent |
protected IntegerList |
holeCount |
protected HolePattern.Pattern |
pattern |
protected XYPair |
pitch |
protected HolePattern.ReferenceEdge |
referenceEdge |
protected java.lang.String |
reinforcement |
protected HolePattern.Shape |
shape |
| Constructor and Description |
|---|
HolePattern() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XYPair |
getCenter()
Gets the value of the center property.
|
HolePattern.CenterReference |
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.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
HolePattern.Pattern |
getPattern()
Gets the value of the pattern property.
|
XYPair |
getPitch()
Gets the value of the pitch property.
|
HolePattern.ReferenceEdge |
getReferenceEdge()
Gets the value of the referenceEdge property.
|
java.lang.String |
getReinforcement()
Gets the value of the reinforcement property.
|
HolePattern.Shape |
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(HolePattern.CenterReference 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(HolePattern.Pattern value)
Sets the value of the pattern property.
|
void |
setPitch(XYPair value)
Sets the value of the pitch property.
|
void |
setReferenceEdge(HolePattern.ReferenceEdge value)
Sets the value of the referenceEdge property.
|
void |
setReinforcement(java.lang.String value)
Sets the value of the reinforcement property.
|
void |
setShape(HolePattern.Shape value)
Sets the value of the shape property.
|
HolePattern |
withCenter(XYPair value) |
HolePattern |
withCenterReference(HolePattern.CenterReference value) |
HolePattern |
withExtent(XYPair value) |
HolePattern |
withHoleCount(IntegerList value) |
HolePattern |
withPattern(HolePattern.Pattern value) |
HolePattern |
withPitch(XYPair value) |
HolePattern |
withReferenceEdge(HolePattern.ReferenceEdge value) |
HolePattern |
withReinforcement(java.lang.String value) |
HolePattern |
withShape(HolePattern.Shape value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair center
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected HolePattern.CenterReference centerReference
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair extent
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList holeCount
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected HolePattern.Pattern pattern
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair pitch
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String reinforcement
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected HolePattern.Shape shape
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected HolePattern.ReferenceEdge referenceEdge
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public HolePattern.CenterReference getCenterReference()
HolePattern.CenterReference@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCenterReference(HolePattern.CenterReference value)
value - allowed object is
HolePattern.CenterReference@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getExtent()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getHoleCount()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public HolePattern.Pattern getPattern()
HolePattern.Pattern@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPattern(HolePattern.Pattern value)
value - allowed object is
HolePattern.Pattern@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getPitch()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getReinforcement()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setReinforcement(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public HolePattern.Shape getShape()
HolePattern.Shape@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setShape(HolePattern.Shape value)
value - allowed object is
HolePattern.Shape@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public HolePattern.ReferenceEdge getReferenceEdge()
HolePattern.ReferenceEdge@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setReferenceEdge(HolePattern.ReferenceEdge value)
value - allowed object is
HolePattern.ReferenceEdge@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public HolePattern withCenter(XYPair value)
public HolePattern withCenterReference(HolePattern.CenterReference value)
public HolePattern withExtent(XYPair value)
public HolePattern withHoleCount(IntegerList value)
public HolePattern withPattern(HolePattern.Pattern value)
public HolePattern withPitch(XYPair value)
public HolePattern withReinforcement(java.lang.String value)
public HolePattern withShape(HolePattern.Shape value)
public HolePattern withReferenceEdge(HolePattern.ReferenceEdge value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object