Class CapabilityRefCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.CapabilityRefCT
-
public class CapabilityRefCT extends Object
Capability reference data CTJava class for CapabilityRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityRef_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="gidRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="capabilityClassName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CapabilityRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCapabilityClassName()Gets the value of the capabilityClassName property.StringgetGidRef()Gets the value of the gidRef property.StringgetIdRef()Gets the value of the idRef property.voidsetCapabilityClassName(String value)Sets the value of the capabilityClassName property.voidsetGidRef(String value)Sets the value of the gidRef property.voidsetIdRef(String value)Sets the value of the idRef property.
-
-
-
Method Detail
-
getIdRef
public String getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
String
-
setIdRef
public void setIdRef(String value)
Sets the value of the idRef property.- Parameters:
value- allowed object isString
-
getGidRef
public String getGidRef()
Gets the value of the gidRef property.- Returns:
- possible object is
String
-
setGidRef
public void setGidRef(String value)
Sets the value of the gidRef property.- Parameters:
value- allowed object isString
-
getCapabilityClassName
public String getCapabilityClassName()
Gets the value of the capabilityClassName property.- Returns:
- possible object is
String
-
-