org.vrprep.model.instance
Class Instance.Resources.Resource

java.lang.Object
  extended by org.vrprep.model.instance.Instance.Resources.Resource
Enclosing class:
Instance.Resources

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>
 


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

content

protected String content

id

protected BigInteger id

renewable

protected boolean renewable

name

protected String name
Constructor Detail

Instance.Resources.Resource

public Instance.Resources.Resource()
Method Detail

getContent

public String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

getId

public BigInteger getId()
Gets the value of the id property.

Returns:
possible object is BigInteger

setId

public void setId(BigInteger value)
Sets the value of the id property.

Parameters:
value - allowed object is BigInteger

isRenewable

public boolean isRenewable()
Gets the value of the renewable property.


setRenewable

public void setRenewable(boolean value)
Sets the value of the renewable property.


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


Copyright © 2014 VRP-REP. All rights reserved.