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