|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PointersType
An ordered sequence of text-annotated pointers to other infocards, along with attribute data, as follows--notes: user-defined string. Java content class for pointersType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 270)
<complexType name="pointersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parentPtr" type="{http://infoml.org/infomlFile}richPointerType" minOccurs="0"/>
<element name="ptr" type="{http://infoml.org/infomlFile}richPointerType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="notes" type="{http://infoml.org/infomlFile}nonnullTokenType" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getNotes()
Gets the value of the notes property. |
RichPointerType |
getParentPtr()
Gets the value of the parentPtr property. |
java.util.List |
getPtr()
Gets the value of the Ptr property. |
void |
setNotes(java.lang.String value)
Sets the value of the notes property. |
void |
setParentPtr(RichPointerType value)
Sets the value of the parentPtr property. |
| Method Detail |
|---|
RichPointerType getParentPtr()
RichPointerTypevoid setParentPtr(RichPointerType value)
value - allowed object is
RichPointerTypejava.lang.String getNotes()
Stringvoid setNotes(java.lang.String value)
value - allowed object is
Stringjava.util.List getPtr()
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 Ptr property.
For example, to add a new item, do as follows:
getPtr().add(newItem);
Objects of the following type(s) are allowed in the list
RichPointerType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||