public static class Instance.Resources.Resource extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected BigInteger |
id |
protected String |
name |
protected boolean |
renewable |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String content
protected BigInteger id
protected boolean renewable
protected String name
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()
StringCopyright © 2014 VRP-REP. All rights reserved.