Package org.cip4.lib.xjdf.schema
Class ScavengerArea
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.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.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected XYPaircenterprotected java.util.List<java.lang.String>separationsprotected XYPairsize
-
Constructor Summary
Constructors Constructor Description ScavengerArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)XYPairgetCenter()Gets the value of the center property.java.util.List<java.lang.String>getSeparations()Gets the value of the separations property.XYPairgetSize()Gets the value of the size property.inthashCode()voidsetCenter(XYPair value)Sets the value of the center property.voidsetSize(XYPair value)Sets the value of the size property.ScavengerAreawithCenter(XYPair value)ScavengerAreawithSeparations(java.lang.String... values)ScavengerAreawithSeparations(java.util.Collection<java.lang.String> values)ScavengerAreawithSize(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
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
-
-
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 isString
-
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
setmethod 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 isString
-
withCenter
public ScavengerArea withCenter(XYPair value)
-
withSeparations
public ScavengerArea withSeparations(java.lang.String... values)
-
withSeparations
public ScavengerArea withSeparations(java.util.Collection<java.lang.String> values)
-
withSize
public ScavengerArea withSize(XYPair value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-