|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.report.Report
public class Report
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://ahtutils.aht-group.com/report}media" maxOccurs="2"/>
<element name="example">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ltr" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="rtl" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
dir
|
protected String |
example
|
protected String |
id
|
protected Boolean |
ltr
|
protected List<Media> |
media
|
protected Boolean |
rtl
|
| Constructor Summary | |
|---|---|
Report()
|
|
| Method Summary | |
|---|---|
String |
getDir()
Gets the value of the dir property. |
String |
getExample()
Gets the value of the example property. |
String |
getId()
Gets the value of the id property. |
List<Media> |
getMedia()
Gets the value of the media property. |
boolean |
isLtr()
Gets the value of the ltr property. |
boolean |
isRtl()
Gets the value of the rtl property. |
boolean |
isSetDir()
|
boolean |
isSetExample()
|
boolean |
isSetId()
|
boolean |
isSetLtr()
|
boolean |
isSetMedia()
|
boolean |
isSetRtl()
|
void |
setDir(String value)
Sets the value of the dir property. |
void |
setExample(String value)
Sets the value of the example property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLtr(boolean value)
Sets the value of the ltr property. |
void |
setRtl(boolean value)
Sets the value of the rtl property. |
void |
unsetLtr()
|
void |
unsetMedia()
|
void |
unsetRtl()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Media> media
protected String example
protected String id
protected String dir
protected Boolean ltr
protected Boolean rtl
| Constructor Detail |
|---|
public Report()
| Method Detail |
|---|
public List<Media> getMedia()
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 media property.
For example, to add a new item, do as follows:
getMedia().add(newItem);
Objects of the following type(s) are allowed in the list
Media
public boolean isSetMedia()
public void unsetMedia()
public String getExample()
Stringpublic void setExample(String value)
value - allowed object is
Stringpublic boolean isSetExample()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getDir()
Stringpublic void setDir(String value)
value - allowed object is
Stringpublic boolean isSetDir()
public boolean isLtr()
Booleanpublic void setLtr(boolean value)
value - allowed object is
Booleanpublic boolean isSetLtr()
public void unsetLtr()
public boolean isRtl()
Booleanpublic void setRtl(boolean value)
value - allowed object is
Booleanpublic boolean isSetRtl()
public void unsetRtl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||