Class HolePattern

java.lang.Object
org.cip4.lib.xjdf.schema.HolePattern
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class HolePattern 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">
       <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="RegistrationMark"/>
             <enumeration value="TrailingEdge"/>
           </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="ReferenceEdge">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Bottom"/>
             <enumeration value="Left"/>
             <enumeration value="Pattern"/>
             <enumeration value="Right"/>
             <enumeration value="Top"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Reinforcement" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="Shape">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Elliptic"/>
             <enumeration value="Rectangular"/>
             <enumeration value="Round"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • center

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair center
    • centerReference

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected HolePattern.CenterReference centerReference
    • extent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair extent
    • holeCount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected IntegerList holeCount
    • pattern

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected HolePattern.Pattern pattern
    • pitch

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair pitch
    • referenceEdge

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected HolePattern.ReferenceEdge referenceEdge
    • reinforcement

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String reinforcement
    • shape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected HolePattern.Shape shape
  • Constructor Details

    • HolePattern

      public HolePattern()
  • Method Details

    • getCenter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getCenter()
      Gets the value of the center property.
      Returns:
      possible object is String
    • setCenter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCenter(XYPair value)
      Sets the value of the center property.
      Parameters:
      value - allowed object is String
    • getCenterReference

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public HolePattern.CenterReference getCenterReference()
      Gets the value of the centerReference property.
      Returns:
      possible object is HolePattern.CenterReference
    • setCenterReference

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCenterReference(HolePattern.CenterReference value)
      Sets the value of the centerReference property.
      Parameters:
      value - allowed object is HolePattern.CenterReference
    • getExtent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getExtent()
      Gets the value of the extent property.
      Returns:
      possible object is String
    • setExtent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setExtent(XYPair value)
      Sets the value of the extent property.
      Parameters:
      value - allowed object is String
    • getHoleCount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public IntegerList getHoleCount()
      Gets the value of the holeCount property.
      Returns:
      possible object is String
    • setHoleCount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setHoleCount(IntegerList value)
      Sets the value of the holeCount property.
      Parameters:
      value - allowed object is String
    • getPattern

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public HolePattern.Pattern getPattern()
      Gets the value of the pattern property.
      Returns:
      possible object is HolePattern.Pattern
    • setPattern

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPattern(HolePattern.Pattern value)
      Sets the value of the pattern property.
      Parameters:
      value - allowed object is HolePattern.Pattern
    • getPitch

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getPitch()
      Gets the value of the pitch property.
      Returns:
      possible object is String
    • setPitch

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPitch(XYPair value)
      Sets the value of the pitch property.
      Parameters:
      value - allowed object is String
    • getReferenceEdge

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public HolePattern.ReferenceEdge getReferenceEdge()
      Gets the value of the referenceEdge property.
      Returns:
      possible object is HolePattern.ReferenceEdge
    • setReferenceEdge

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setReferenceEdge(HolePattern.ReferenceEdge value)
      Sets the value of the referenceEdge property.
      Parameters:
      value - allowed object is HolePattern.ReferenceEdge
    • getReinforcement

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getReinforcement()
      Gets the value of the reinforcement property.
      Returns:
      possible object is String
    • setReinforcement

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setReinforcement(String value)
      Sets the value of the reinforcement property.
      Parameters:
      value - allowed object is String
    • getShape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public HolePattern.Shape getShape()
      Gets the value of the shape property.
      Returns:
      possible object is HolePattern.Shape
    • setShape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setShape(HolePattern.Shape value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is HolePattern.Shape
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      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.

      Returns:
      always non-null
    • withCenter

      public HolePattern withCenter(XYPair value)
    • withCenterReference

      public HolePattern withCenterReference(HolePattern.CenterReference value)
    • withExtent

      public HolePattern withExtent(XYPair value)
    • withHoleCount

      public HolePattern withHoleCount(IntegerList value)
    • withPattern

      public HolePattern withPattern(HolePattern.Pattern value)
    • withPitch

      public HolePattern withPitch(XYPair value)
    • withReferenceEdge

      public HolePattern withReferenceEdge(HolePattern.ReferenceEdge value)
    • withReinforcement

      public HolePattern withReinforcement(String value)
    • withShape

      public HolePattern withShape(HolePattern.Shape value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object