org.vrprep.model.instance
Class Instance.Drivers.DriverProfile.Skill

java.lang.Object
  extended by org.vrprep.model.instance.Instance.Drivers.DriverProfile.Skill
Enclosing class:
Instance.Drivers.DriverProfile

public static class Instance.Drivers.DriverProfile.Skill
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" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String content
           
protected  BigInteger id
           
 
Constructor Summary
Instance.Drivers.DriverProfile.Skill()
           
 
Method Summary
 String getContent()
          Gets the value of the content property.
 BigInteger getId()
          Gets the value of the id property.
 void setContent(String value)
          Sets the value of the content property.
 void setId(BigInteger value)
          Sets the value of the id 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
Constructor Detail

Instance.Drivers.DriverProfile.Skill

public Instance.Drivers.DriverProfile.Skill()
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


Copyright © 2014 VRP-REP. All rights reserved.