Class ScavengerArea

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class ScavengerArea
    extends SpecificResource
    implements java.io.Serializable

    Java class for ScavengerArea complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ScavengerArea">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="Center" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <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'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • center

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair center
      • separations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.String> separations
      • size

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair size
    • Constructor Detail

      • ScavengerArea

        public ScavengerArea()
    • Method Detail

      • getCenter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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="2023-01-02T18:51:33Z")
        public void setCenter​(XYPair value)
        Sets the value of the center property.
        Parameters:
        value - allowed object is String
      • getSeparations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<java.lang.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 Jakarta XML Binding 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.1",
                   date="2023-01-02T18:51:33Z")
        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.1",
                   date="2023-01-02T18:51:33Z")
        public void setSize​(XYPair value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is String
      • withSeparations

        public ScavengerArea withSeparations​(java.lang.String... values)
      • withSeparations

        public ScavengerArea withSeparations​(java.util.Collection<java.lang.String> values)