Package org.cip4.lib.xjdf.schema
Class SizeIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.SizeIntent
-
- 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 SizeIntent extends ProductIntent implements java.io.SerializableJava class for SizeIntent complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SizeIntent"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description SizeIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)inthashCode()SizeIntentwithAny(java.lang.Object... values)SizeIntentwithAny(java.util.Collection<java.lang.Object> values)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Method Detail
-
withAny
public SizeIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public SizeIntent 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
-
-