|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.report.Resource
public class Resource
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>
| 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 |
|---|
protected Resource.Value value
protected String type
protected String name
| Constructor Detail |
|---|
public Resource()
| Method Detail |
|---|
public Resource.Value getValue()
Resource.Valuepublic void setValue(Resource.Value value)
value - allowed object is
Resource.Valuepublic boolean isSetValue()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||