Class SurfaceMark

java.lang.Object
org.cip4.lib.xjdf.schema.SurfaceMark
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 SurfaceMark 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}ColorControlStrip" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}CutMark" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterMark" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}ScavengerArea" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Surface" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}Face" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • colorControlStrip

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

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

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

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

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

    • SurfaceMark

      public SurfaceMark()
  • Method Details

    • getColorControlStrip

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<ColorControlStrip> getColorControlStrip()
      Gets the value of the colorControlStrip 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 colorControlStrip property.

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

       getColorControlStrip().add(newItem);
       

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

      Returns:
      The value of the colorControlStrip property.
    • getCutMark

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<CutMark> getCutMark()
      Gets the value of the cutMark 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 cutMark property.

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

       getCutMark().add(newItem);
       

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

      Returns:
      The value of the cutMark property.
    • getRegisterMark

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<RegisterMark> getRegisterMark()
      Gets the value of the registerMark 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 registerMark property.

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

       getRegisterMark().add(newItem);
       

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

      Returns:
      The value of the registerMark property.
    • getScavengerArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<ScavengerArea> getScavengerArea()
      Gets the value of the scavengerArea 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 scavengerArea property.

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

       getScavengerArea().add(newItem);
       

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

      Returns:
      The value of the scavengerArea property.
    • getSurface

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

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

      public SurfaceMark withColorControlStrip(ColorControlStrip... values)
    • withColorControlStrip

      public SurfaceMark withColorControlStrip(Collection<ColorControlStrip> values)
    • withCutMark

      public SurfaceMark withCutMark(CutMark... values)
    • withCutMark

      public SurfaceMark withCutMark(Collection<CutMark> values)
    • withRegisterMark

      public SurfaceMark withRegisterMark(RegisterMark... values)
    • withRegisterMark

      public SurfaceMark withRegisterMark(Collection<RegisterMark> values)
    • withScavengerArea

      public SurfaceMark withScavengerArea(ScavengerArea... values)
    • withScavengerArea

      public SurfaceMark withScavengerArea(Collection<ScavengerArea> values)
    • withSurface

      public SurfaceMark withSurface(Face value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object