Package org.cip4.lib.xjdf.schema
Class LayoutShift
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.LayoutShift
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class LayoutShift extends SpecificResource implements java.io.SerializableJava class for LayoutShift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutShift"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ShiftPoint" maxOccurs="unbounded"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ShiftPoint>shiftPoint
-
Constructor Summary
Constructors Constructor Description LayoutShift()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<ShiftPoint>getShiftPoint()Gets the value of the shiftPoint property.inthashCode()LayoutShiftwithShiftPoint(java.util.Collection<ShiftPoint> values)LayoutShiftwithShiftPoint(ShiftPoint... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
shiftPoint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<ShiftPoint> shiftPoint
-
-
Method Detail
-
getShiftPoint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<ShiftPoint> getShiftPoint()Gets the value of the shiftPoint 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 shiftPoint property.For example, to add a new item, do as follows:
getShiftPoint().add(newItem);Objects of the following type(s) are allowed in the list
ShiftPoint- Returns:
- The value of the shiftPoint property.
-
withShiftPoint
public LayoutShift withShiftPoint(ShiftPoint... values)
-
withShiftPoint
public LayoutShift withShiftPoint(java.util.Collection<ShiftPoint> values)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-