|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.instance.Instance.Resources.Resource
public static class Instance.Resources.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">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="renewable" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
content
|
protected BigInteger |
id
|
protected String |
name
|
protected boolean |
renewable
|
| Constructor Summary | |
|---|---|
Instance.Resources.Resource()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Gets the value of the content property. |
BigInteger |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
boolean |
isRenewable()
Gets the value of the renewable property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setId(BigInteger value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRenewable(boolean value)
Sets the value of the renewable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String content
protected BigInteger id
protected boolean renewable
protected String name
| Constructor Detail |
|---|
public Instance.Resources.Resource()
| Method Detail |
|---|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isRenewable()
public void setRenewable(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||