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 String
description
protected String
refLocation
-
Constructor Summary
Constructors Constructor Description GenericInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getRefLocation()
Gets the value of the refLocation property.void
setDescription(String value)
Sets the value of the description property.void
setRefLocation(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
-
-