@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public class BindingIntent extends IntentType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for BindingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BindingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}EdgeGluing" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HardCoverBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}LooseBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SaddleStitching" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SideStitching" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SoftCoverBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Tabs" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ThreadSewing" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BackCoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="BackCoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="BindingColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingOrder" type="{http://www.CIP4.org/JDFSchema_2_0}EnumBindingOrder" />
<attribute name="BindingSide" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEdge" />
<attribute name="BindingType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="CoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumNamedColor |
backCoverColor |
protected String |
backCoverColorDetails |
protected EnumNamedColor |
bindingColor |
protected String |
bindingColorDetails |
protected EnumBindingOrder |
bindingOrder |
protected EnumEdge |
bindingSide |
protected String |
bindingType |
protected EnumNamedColor |
coverColor |
protected String |
coverColorDetails |
protected List<EdgeGluing> |
edgeGluing |
protected List<HardCoverBinding> |
hardCoverBinding |
protected List<LooseBinding> |
looseBinding |
protected List<SaddleStitching> |
saddleStitching |
protected List<SideStitching> |
sideStitching |
protected List<SoftCoverBinding> |
softCoverBinding |
protected List<Tabs> |
tabs |
protected List<ThreadSewing> |
threadSewing |
| Constructor and Description |
|---|
BindingIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
EnumNamedColor |
getBackCoverColor()
Gets the value of the backCoverColor property.
|
String |
getBackCoverColorDetails()
Gets the value of the backCoverColorDetails property.
|
EnumNamedColor |
getBindingColor()
Gets the value of the bindingColor property.
|
String |
getBindingColorDetails()
Gets the value of the bindingColorDetails property.
|
EnumBindingOrder |
getBindingOrder()
Gets the value of the bindingOrder property.
|
EnumEdge |
getBindingSide()
Gets the value of the bindingSide property.
|
String |
getBindingType()
Gets the value of the bindingType property.
|
EnumNamedColor |
getCoverColor()
Gets the value of the coverColor property.
|
String |
getCoverColorDetails()
Gets the value of the coverColorDetails property.
|
List<EdgeGluing> |
getEdgeGluing()
Gets the value of the edgeGluing property.
|
List<HardCoverBinding> |
getHardCoverBinding()
Gets the value of the hardCoverBinding property.
|
List<LooseBinding> |
getLooseBinding()
Gets the value of the looseBinding property.
|
List<SaddleStitching> |
getSaddleStitching()
Gets the value of the saddleStitching property.
|
List<SideStitching> |
getSideStitching()
Gets the value of the sideStitching property.
|
List<SoftCoverBinding> |
getSoftCoverBinding()
Gets the value of the softCoverBinding property.
|
List<Tabs> |
getTabs()
Gets the value of the tabs property.
|
List<ThreadSewing> |
getThreadSewing()
Gets the value of the threadSewing property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBackCoverColor(EnumNamedColor value)
Sets the value of the backCoverColor property.
|
void |
setBackCoverColorDetails(String value)
Sets the value of the backCoverColorDetails property.
|
void |
setBindingColor(EnumNamedColor value)
Sets the value of the bindingColor property.
|
void |
setBindingColorDetails(String value)
Sets the value of the bindingColorDetails property.
|
void |
setBindingOrder(EnumBindingOrder value)
Sets the value of the bindingOrder property.
|
void |
setBindingSide(EnumEdge value)
Sets the value of the bindingSide property.
|
void |
setBindingType(String value)
Sets the value of the bindingType property.
|
void |
setCoverColor(EnumNamedColor value)
Sets the value of the coverColor property.
|
void |
setCoverColorDetails(String value)
Sets the value of the coverColorDetails property.
|
BindingIntent |
withBackCoverColor(EnumNamedColor value) |
BindingIntent |
withBackCoverColorDetails(String value) |
BindingIntent |
withBindingColor(EnumNamedColor value) |
BindingIntent |
withBindingColorDetails(String value) |
BindingIntent |
withBindingOrder(EnumBindingOrder value) |
BindingIntent |
withBindingSide(EnumEdge value) |
BindingIntent |
withBindingType(String value) |
BindingIntent |
withCoverColor(EnumNamedColor value) |
BindingIntent |
withCoverColorDetails(String value) |
BindingIntent |
withEdgeGluing(Collection<EdgeGluing> values) |
BindingIntent |
withEdgeGluing(EdgeGluing... values) |
BindingIntent |
withHardCoverBinding(Collection<HardCoverBinding> values) |
BindingIntent |
withHardCoverBinding(HardCoverBinding... values) |
BindingIntent |
withLooseBinding(Collection<LooseBinding> values) |
BindingIntent |
withLooseBinding(LooseBinding... values) |
BindingIntent |
withSaddleStitching(Collection<SaddleStitching> values) |
BindingIntent |
withSaddleStitching(SaddleStitching... values) |
BindingIntent |
withSideStitching(Collection<SideStitching> values) |
BindingIntent |
withSideStitching(SideStitching... values) |
BindingIntent |
withSoftCoverBinding(Collection<SoftCoverBinding> values) |
BindingIntent |
withSoftCoverBinding(SoftCoverBinding... values) |
BindingIntent |
withTabs(Collection<Tabs> values) |
BindingIntent |
withTabs(Tabs... values) |
BindingIntent |
withThreadSewing(Collection<ThreadSewing> values) |
BindingIntent |
withThreadSewing(ThreadSewing... values) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<EdgeGluing> edgeGluing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<HardCoverBinding> hardCoverBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<LooseBinding> looseBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<SaddleStitching> saddleStitching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<SideStitching> sideStitching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<SoftCoverBinding> softCoverBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<Tabs> tabs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<ThreadSewing> threadSewing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor backCoverColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String backCoverColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor bindingColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String bindingColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumBindingOrder bindingOrder
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumEdge bindingSide
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String bindingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor coverColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String coverColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<EdgeGluing> getEdgeGluing()
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 edgeGluing property.
For example, to add a new item, do as follows:
getEdgeGluing().add(newItem);
Objects of the following type(s) are allowed in the list
EdgeGluing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<HardCoverBinding> getHardCoverBinding()
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 hardCoverBinding property.
For example, to add a new item, do as follows:
getHardCoverBinding().add(newItem);
Objects of the following type(s) are allowed in the list
HardCoverBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<LooseBinding> getLooseBinding()
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 looseBinding property.
For example, to add a new item, do as follows:
getLooseBinding().add(newItem);
Objects of the following type(s) are allowed in the list
LooseBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<SaddleStitching> getSaddleStitching()
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 saddleStitching property.
For example, to add a new item, do as follows:
getSaddleStitching().add(newItem);
Objects of the following type(s) are allowed in the list
SaddleStitching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<SideStitching> getSideStitching()
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 sideStitching property.
For example, to add a new item, do as follows:
getSideStitching().add(newItem);
Objects of the following type(s) are allowed in the list
SideStitching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<SoftCoverBinding> getSoftCoverBinding()
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 softCoverBinding property.
For example, to add a new item, do as follows:
getSoftCoverBinding().add(newItem);
Objects of the following type(s) are allowed in the list
SoftCoverBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<Tabs> getTabs()
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 tabs property.
For example, to add a new item, do as follows:
getTabs().add(newItem);
Objects of the following type(s) are allowed in the list
Tabs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<ThreadSewing> getThreadSewing()
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 threadSewing property.
For example, to add a new item, do as follows:
getThreadSewing().add(newItem);
Objects of the following type(s) are allowed in the list
ThreadSewing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getBackCoverColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBackCoverColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getBackCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBackCoverColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getBindingColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBindingColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getBindingColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBindingColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumBindingOrder getBindingOrder()
EnumBindingOrder@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBindingOrder(EnumBindingOrder value)
value - allowed object is
EnumBindingOrder@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumEdge getBindingSide()
EnumEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBindingSide(EnumEdge value)
value - allowed object is
EnumEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getBindingType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBindingType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getCoverColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setCoverColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setCoverColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withEdgeGluing(EdgeGluing... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withEdgeGluing(Collection<EdgeGluing> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withHardCoverBinding(HardCoverBinding... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withHardCoverBinding(Collection<HardCoverBinding> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withLooseBinding(LooseBinding... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withLooseBinding(Collection<LooseBinding> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSaddleStitching(SaddleStitching... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSaddleStitching(Collection<SaddleStitching> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSideStitching(SideStitching... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSideStitching(Collection<SideStitching> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSoftCoverBinding(SoftCoverBinding... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSoftCoverBinding(Collection<SoftCoverBinding> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withTabs(Tabs... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withTabs(Collection<Tabs> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withThreadSewing(ThreadSewing... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withThreadSewing(Collection<ThreadSewing> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBackCoverColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBackCoverColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingOrder(EnumBindingOrder value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingSide(EnumEdge value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withCoverColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public BindingIntent withCoverColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public 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 IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class IntentTypeCopyright © 2016. All rights reserved.