Class HolePattern

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class HolePattern
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Field Detail

      • center

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair center
      • centerReference

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected HolePattern.CenterReference centerReference
      • extent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair extent
      • holeCount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected IntegerList holeCount
      • pattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected HolePattern.Pattern pattern
      • pitch

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair pitch
      • referenceEdge

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected HolePattern.ReferenceEdge referenceEdge
      • reinforcement

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String reinforcement
      • shape

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected HolePattern.Shape shape
    • Constructor Detail

      • HolePattern

        public HolePattern()
    • Method Detail

      • getCenter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.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.1",
                   date="2022-12-20T17:59:47Z")
        public void setReinforcement​(java.lang.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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        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.1",
                   date="2022-12-20T17:59:47Z")
        public 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.

        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
      • withReinforcement

        public HolePattern withReinforcement​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object