|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableType
Java content class for tableType 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 435)
<complexType name="tableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="caption" type="{http://infoml.org/infomlFile}captionType" minOccurs="0"/> <element name="tr" type="{http://infoml.org/infomlFile}tableRowType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
CaptionType |
getCaption()
Gets the value of the caption property. |
java.util.List |
getTr()
Gets the value of the Tr property. |
void |
setCaption(CaptionType value)
Sets the value of the caption property. |
Method Detail |
---|
CaptionType getCaption()
CaptionType
void setCaption(CaptionType value)
value
- allowed object is
CaptionType
java.util.List getTr()
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 Tr property.
For example, to add a new item, do as follows:
getTr().add(newItem);
Objects of the following type(s) are allowed in the list
TableRowType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |