Package org.cip4.lib.xjdf.schema
Class WrappingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.WrappingParams
-
- 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 WrappingParams extends SpecificResource implements java.io.SerializableJava class for WrappingParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="WrappingParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <attribute name="WrappingKind" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="Band"/> <enumeration value="LooseWrap"/> <enumeration value="ShrinkWrap"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWrappingParams.WrappingKindJava class for null
-
Field Summary
Fields Modifier and Type Field Description protected WrappingParams.WrappingKindwrappingKind
-
Constructor Summary
Constructors Constructor Description WrappingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)WrappingParams.WrappingKindgetWrappingKind()Gets the value of the wrappingKind property.inthashCode()voidsetWrappingKind(WrappingParams.WrappingKind value)Sets the value of the wrappingKind property.WrappingParamswithWrappingKind(WrappingParams.WrappingKind value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
wrappingKind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected WrappingParams.WrappingKind wrappingKind
-
-
Method Detail
-
getWrappingKind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public WrappingParams.WrappingKind getWrappingKind()Gets the value of the wrappingKind property.- Returns:
- possible object is
WrappingParams.WrappingKind
-
setWrappingKind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setWrappingKind(WrappingParams.WrappingKind value)Sets the value of the wrappingKind property.- Parameters:
value- allowed object isWrappingParams.WrappingKind
-
withWrappingKind
public WrappingParams withWrappingKind(WrappingParams.WrappingKind value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-