public abstract class AbstractPtB extends Object implements Serializable
Java class for Abstract_pt_B complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Abstract_pt_B">
<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<Serializable> |
content |
protected String |
descriptiveName |
| Constructor and Description |
|---|
AbstractPtB() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getContent()
This is a special version of the Abstract pt Element
It permits the derived type to contain mixed content
Gets the value of the content property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
protected List<Serializable> content
protected String descriptiveName
public List<Serializable> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
GeneralID
String
public String getDescriptiveName()
StringCopyright © 2012. All Rights Reserved.