net.sf.ahtutils.xml.report
Class Resource

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

public class Resource
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 name="value">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="image"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Resource.Value
          Java class for anonymous complex type.
 
Field Summary
protected  String name
           
protected  String type
           
protected  Resource.Value value
           
 
Constructor Summary
Resource()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 Resource.Value getValue()
          Gets the value of the value property.
 boolean isSetName()
           
 boolean isSetType()
           
 boolean isSetValue()
           
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.
 void setValue(Resource.Value value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Resource.Value value

type

protected String type

name

protected String name
Constructor Detail

Resource

public Resource()
Method Detail

getValue

public Resource.Value getValue()
Gets the value of the value property.

Returns:
possible object is Resource.Value

setValue

public void setValue(Resource.Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Resource.Value

isSetValue

public boolean isSetValue()

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.