@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class EmbossingIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EmbossingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmbossingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}EmbossingItem" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EmbossingItem> |
embossingItem |
any| Constructor and Description |
|---|
EmbossingIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.util.List<EmbossingItem> |
getEmbossingItem()
Gets the value of the embossingItem property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
EmbossingIntent |
withAny(java.util.Collection<java.lang.Object> values) |
EmbossingIntent |
withAny(java.lang.Object... values) |
EmbossingIntent |
withEmbossingItem(java.util.Collection<EmbossingItem> values) |
EmbossingIntent |
withEmbossingItem(EmbossingItem... values) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<EmbossingItem> embossingItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<EmbossingItem> getEmbossingItem()
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 set method for the embossingItem property.
For example, to add a new item, do as follows:
getEmbossingItem().add(newItem);
Objects of the following type(s) are allowed in the list
EmbossingItem
public EmbossingIntent withEmbossingItem(EmbossingItem... values)
public EmbossingIntent withEmbossingItem(java.util.Collection<EmbossingItem> values)
public EmbossingIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic EmbossingIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ProductIntentpublic int hashCode()
hashCode in class ProductIntent