Class CutMark

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class CutMark
    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="MarkType" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="CrossCutMark"/>
                 <enumeration value="TopVerticalCutMark"/>
                 <enumeration value="BottomVerticalCutMark"/>
                 <enumeration value="LeftHorizontalCutMark"/>
                 <enumeration value="RightHorizontalCutMark"/>
                 <enumeration value="LowerLeftCutMark"/>
                 <enumeration value="UpperLeftCutMark"/>
                 <enumeration value="LowerRightCutMark"/>
                 <enumeration value="UpperRightCutMark"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Position" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • markType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected CutMark.MarkType markType
      • position

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected XYPair position
    • Constructor Detail

      • CutMark

        public CutMark()
    • Method Detail

      • getMarkType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public CutMark.MarkType getMarkType()
        Gets the value of the markType property.
        Returns:
        possible object is CutMark.MarkType
      • setMarkType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setMarkType​(CutMark.MarkType value)
        Sets the value of the markType property.
        Parameters:
        value - allowed object is CutMark.MarkType
      • getPosition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public XYPair getPosition()
        Gets the value of the position property.
        Returns:
        possible object is String
      • setPosition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setPosition​(XYPair value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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
      • 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