public class Table extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org}title" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/table}specification" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/table}content"/>
<element ref="{http://www.openfuxml.org}comment" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
comment |
protected Content |
content |
protected String |
id |
protected Specification |
specification |
protected Title |
title |
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment()
Gets the value of the comment property.
|
Content |
getContent()
Gets the value of the content property.
|
String |
getId()
Gets the value of the id property.
|
Specification |
getSpecification()
Gets the value of the specification property.
|
Title |
getTitle()
Gets the value of the title property.
|
boolean |
isSetComment() |
boolean |
isSetContent() |
boolean |
isSetId() |
boolean |
isSetSpecification() |
boolean |
isSetTitle() |
void |
setComment(Comment value)
Sets the value of the comment property.
|
void |
setContent(Content value)
Sets the value of the content property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSpecification(Specification value)
Sets the value of the specification property.
|
void |
setTitle(Title value)
Sets the value of the title property.
|
protected Title title
protected Specification specification
protected Content content
protected Comment comment
protected String id
public Title getTitle()
Titlepublic void setTitle(Title value)
value - allowed object is
Titlepublic boolean isSetTitle()
public Specification getSpecification()
Specificationpublic void setSpecification(Specification value)
value - allowed object is
Specificationpublic boolean isSetSpecification()
public Content getContent()
Contentpublic void setContent(Content value)
value - allowed object is
Contentpublic boolean isSetContent()
public Comment getComment()
Commentpublic void setComment(Comment value)
value - allowed object is
Commentpublic boolean isSetComment()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
Copyright © 2023. All rights reserved.