net.sf.ahtutils.xml.report
Class Report

java.lang.Object
  extended by net.sf.ahtutils.xml.report.Report
All Implemented Interfaces:
Serializable

public class Report
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://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>
 

See Also:
Serialized Form

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

media

protected List<Media> media

example

protected String example

id

protected String id

dir

protected String dir

ltr

protected Boolean ltr

rtl

protected Boolean rtl
Constructor Detail

Report

public Report()
Method Detail

getMedia

public List<Media> getMedia()
Gets the value of the media property.

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


isSetMedia

public boolean isSetMedia()

unsetMedia

public void unsetMedia()

getExample

public String getExample()
Gets the value of the example property.

Returns:
possible object is String

setExample

public void setExample(String value)
Sets the value of the example property.

Parameters:
value - allowed object is String

isSetExample

public boolean isSetExample()

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

getDir

public String getDir()
Gets the value of the dir property.

Returns:
possible object is String

setDir

public void setDir(String value)
Sets the value of the dir property.

Parameters:
value - allowed object is String

isSetDir

public boolean isSetDir()

isLtr

public boolean isLtr()
Gets the value of the ltr property.

Returns:
possible object is Boolean

setLtr

public void setLtr(boolean value)
Sets the value of the ltr property.

Parameters:
value - allowed object is Boolean

isSetLtr

public boolean isSetLtr()

unsetLtr

public void unsetLtr()

isRtl

public boolean isRtl()
Gets the value of the rtl property.

Returns:
possible object is Boolean

setRtl

public void setRtl(boolean value)
Sets the value of the rtl property.

Parameters:
value - allowed object is Boolean

isSetRtl

public boolean isSetRtl()

unsetRtl

public void unsetRtl()


Copyright © 2011. All Rights Reserved.