net.sf.ahtutils.xml.report
Class Jr

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

public class Jr
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">
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="mr"/>
             <enumeration value="sr"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String type
           
 
Constructor Summary
Jr()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 boolean isSetName()
           
 boolean isSetType()
           
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

name

protected String name
Constructor Detail

Jr

public Jr()
Method Detail

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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()


Copyright © 2011. All Rights Reserved.