net.sf.ahtutils.xml.report
Class Media

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

public class Media
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}jr" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="pdf"/>
             <enumeration value="xls"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String dir
           
protected  List<Jr> jr
           
protected  String type
           
 
Constructor Summary
Media()
           
 
Method Summary
 String getDir()
          Gets the value of the dir property.
 List<Jr> getJr()
          Gets the value of the jr property.
 String getType()
          Gets the value of the type property.
 boolean isSetDir()
           
 boolean isSetJr()
           
 boolean isSetType()
           
 void setDir(String value)
          Sets the value of the dir property.
 void setType(String value)
          Sets the value of the type property.
 void unsetJr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jr

protected List<Jr> jr

dir

protected String dir

type

protected String type
Constructor Detail

Media

public Media()
Method Detail

getJr

public List<Jr> getJr()
Gets the value of the jr 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 jr property.

For example, to add a new item, do as follows:

    getJr().add(newItem);
 

Objects of the following type(s) are allowed in the list Jr


isSetJr

public boolean isSetJr()

unsetJr

public void unsetJr()

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()

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()


Copyright © 2011. All Rights Reserved.