@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public abstract class AbstractPt extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Abstract_pt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Abstract_pt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.cip4.lib.xjdf.schema.Comment> |
comment |
protected String |
descriptiveName |
protected List<org.cip4.lib.xjdf.schema.GeneralID> |
generalID |
| Constructor and Description |
|---|
AbstractPt() |
| 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) |
List<org.cip4.lib.xjdf.schema.Comment> |
getComment()
Gets the value of the comment property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
List<org.cip4.lib.xjdf.schema.GeneralID> |
getGeneralID()
Gets the value of the generalID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
AbstractPt |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
AbstractPt |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
AbstractPt |
withDescriptiveName(String value) |
AbstractPt |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
AbstractPt |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected List<org.cip4.lib.xjdf.schema.Comment> comment
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected List<org.cip4.lib.xjdf.schema.GeneralID> generalID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected String descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public List<org.cip4.lib.xjdf.schema.Comment> getComment()
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 comment property.
For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public List<org.cip4.lib.xjdf.schema.GeneralID> getGeneralID()
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 generalID property.
For example, to add a new item, do as follows:
getGeneralID().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public String getDescriptiveName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public void setDescriptiveName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public AbstractPt withComment(org.cip4.lib.xjdf.schema.Comment... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public AbstractPt withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public AbstractPt withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public AbstractPt withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public AbstractPt withDescriptiveName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+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.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+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.HashCodeCopyright © 2016. All rights reserved.