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