Class GenericInfo
- java.lang.Object
 - 
- fi.tut.mei.matchmaking.model.xml.msg.GenericInfo
 
 
- 
public class GenericInfo 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="description" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="refLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringrefLocation 
- 
Constructor Summary
Constructors Constructor Description GenericInfo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetRefLocation()Gets the value of the refLocation property.voidsetDescription(String value)Sets the value of the description property.voidsetRefLocation(String value)Sets the value of the refLocation property. 
 - 
 
- 
- 
Method Detail
- 
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
 - possible object is
     
String 
 
- 
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
 value- allowed object isString
 
- 
getRefLocation
public String getRefLocation()
Gets the value of the refLocation property.- Returns:
 - possible object is
     
String 
 
 - 
 
 -