Class RegisterMark

java.lang.Object
org.cip4.lib.xjdf.schema.RegisterMark
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 RegisterMark 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">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkElement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
       <attribute name="MarkName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="MarkType" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
       <attribute name="MarkUsage">
         <simpleType>
           <list>
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Color"/>
                 <enumeration value="PaperPath"/>
                 <enumeration value="Tile"/>
               </restriction>
             </simpleType>
           </list>
         </simpleType>
       </attribute>
       <attribute name="Rotation" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="Separations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
       <attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • markElement

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<RegisterMark.MarkUsage> markUsage
    • rotation

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

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

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

    • RegisterMark

      public RegisterMark()
  • Method Details

    • getMarkElement

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<MarkElement> getMarkElement()
      Gets the value of the markElement property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the markElement property.

      For example, to add a new item, do as follows:

       getMarkElement().add(newItem);
       

      Objects of the following type(s) are allowed in the list MarkElement

      Returns:
      The value of the markElement property.
    • 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
    • getMarkName

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getMarkType()
      Gets the value of the markType property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the markType property.

      For example, to add a new item, do as follows:

       getMarkType().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the markType property.
    • getMarkUsage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<RegisterMark.MarkUsage> getMarkUsage()
      Gets the value of the markUsage property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the markUsage property.

      For example, to add a new item, do as follows:

       getMarkUsage().add(newItem);
       

      Objects of the following type(s) are allowed in the list RegisterMark.MarkUsage

      Returns:
      The value of the markUsage property.
    • getRotation

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getSeparations()
      Gets the value of the separations property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the separations property.

      For example, to add a new item, do as follows:

       getSeparations().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the separations property.
    • getSize

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSize(XYPair value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is String
    • 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
    • withMarkElement

      public RegisterMark withMarkElement(MarkElement... values)
    • withMarkElement

      public RegisterMark withMarkElement(Collection<MarkElement> values)
    • withCenter

      public RegisterMark withCenter(XYPair value)
    • withMarkName

      public RegisterMark withMarkName(String value)
    • withMarkType

      public RegisterMark withMarkType(String... values)
    • withMarkType

      public RegisterMark withMarkType(Collection<String> values)
    • withMarkUsage

      public RegisterMark withMarkUsage(RegisterMark.MarkUsage... values)
    • withMarkUsage

      public RegisterMark withMarkUsage(Collection<RegisterMark.MarkUsage> values)
    • withRotation

      public RegisterMark withRotation(Float value)
    • withSeparations

      public RegisterMark withSeparations(String... values)
    • withSeparations

      public RegisterMark withSeparations(Collection<String> values)
    • withSize

      public RegisterMark withSize(XYPair value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object