public abstract class AbstractPt extends Object implements Serializable
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 |
|---|---|
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.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
protected List<org.cip4.lib.xjdf.schema.Comment> comment
protected List<org.cip4.lib.xjdf.schema.GeneralID> generalID
protected String descriptiveName
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
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
public String getDescriptiveName()
StringCopyright © 2013. All Rights Reserved.