Class FoldingIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.FoldingIntent
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class FoldingIntent extends ProductIntent implements java.io.SerializableJava class for FoldingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FoldingIntent"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Crease" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Fold" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Perforate" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="FoldCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}FoldCatalog" /> <attribute name="FoldingDetails" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Crease>creaseprotected java.util.List<Fold>foldprotected java.lang.StringfoldCatalogprotected java.lang.StringfoldingDetailsprotected Orientationorientationprotected java.util.List<Perforate>perforate-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description FoldingIntent()
-
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.java.util.List<Fold>getFold()Gets the value of the fold property.java.lang.StringgetFoldCatalog()Gets the value of the foldCatalog property.java.lang.StringgetFoldingDetails()Gets the value of the foldingDetails property.OrientationgetOrientation()Gets the value of the orientation property.java.util.List<Perforate>getPerforate()Gets the value of the perforate property.inthashCode()voidsetFoldCatalog(java.lang.String value)Sets the value of the foldCatalog property.voidsetFoldingDetails(java.lang.String value)Sets the value of the foldingDetails property.voidsetOrientation(Orientation value)Sets the value of the orientation property.FoldingIntentwithAny(java.lang.Object... values)FoldingIntentwithAny(java.util.Collection<java.lang.Object> values)FoldingIntentwithCrease(java.util.Collection<Crease> values)FoldingIntentwithCrease(Crease... values)FoldingIntentwithFold(java.util.Collection<Fold> values)FoldingIntentwithFold(Fold... values)FoldingIntentwithFoldCatalog(java.lang.String value)FoldingIntentwithFoldingDetails(java.lang.String value)FoldingIntentwithOrientation(Orientation value)FoldingIntentwithPerforate(java.util.Collection<Perforate> values)FoldingIntentwithPerforate(Perforate... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Field Detail
-
crease
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<Crease> crease
-
fold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<Fold> fold
-
perforate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<Perforate> perforate
-
foldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String foldCatalog
-
foldingDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String foldingDetails
-
orientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected Orientation orientation
-
-
Method Detail
-
getCrease
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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 Jakarta XML Binding 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.
-
getFold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<Fold> getFold()Gets the value of the fold 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 fold property.For example, to add a new item, do as follows:
getFold().add(newItem);Objects of the following type(s) are allowed in the list
Fold- Returns:
- The value of the fold property.
-
getPerforate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<Perforate> getPerforate()Gets the value of the perforate 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 perforate property.For example, to add a new item, do as follows:
getPerforate().add(newItem);Objects of the following type(s) are allowed in the list
Perforate- Returns:
- The value of the perforate property.
-
getFoldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getFoldCatalog()Gets the value of the foldCatalog property.- Returns:
- possible object is
String
-
setFoldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setFoldCatalog(java.lang.String value)Sets the value of the foldCatalog property.- Parameters:
value- allowed object isString
-
getFoldingDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getFoldingDetails()Gets the value of the foldingDetails property.- Returns:
- possible object is
String
-
setFoldingDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setFoldingDetails(java.lang.String value)Sets the value of the foldingDetails property.- Parameters:
value- allowed object isString
-
getOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public Orientation getOrientation()Gets the value of the orientation property.- Returns:
- possible object is
Orientation
-
setOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setOrientation(Orientation value)Sets the value of the orientation property.- Parameters:
value- allowed object isOrientation
-
withCrease
public FoldingIntent withCrease(Crease... values)
-
withCrease
public FoldingIntent withCrease(java.util.Collection<Crease> values)
-
withFold
public FoldingIntent withFold(Fold... values)
-
withFold
public FoldingIntent withFold(java.util.Collection<Fold> values)
-
withPerforate
public FoldingIntent withPerforate(Perforate... values)
-
withPerforate
public FoldingIntent withPerforate(java.util.Collection<Perforate> values)
-
withFoldCatalog
public FoldingIntent withFoldCatalog(java.lang.String value)
-
withFoldingDetails
public FoldingIntent withFoldingDetails(java.lang.String value)
-
withOrientation
public FoldingIntent withOrientation(Orientation value)
-
withAny
public FoldingIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public FoldingIntent withAny(java.util.Collection<java.lang.Object> values)
- Overrides:
withAnyin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-