Class ResourceRefCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
-
- Direct Known Subclasses:
ResourceRefWithCapaCT
,ResourceRefWithConnCT
public class ResourceRefCT extends Object
Resource Reference CTJava class for ResourceRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceRef_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="rdIdRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="ridIdRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ResourceRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getRdIdRef()
Gets the value of the rdIdRef property.Object
getRidIdRef()
Gets the value of the ridIdRef property.void
setRdIdRef(Object value)
Sets the value of the rdIdRef property.void
setRidIdRef(Object value)
Sets the value of the ridIdRef property.
-
-
-
Method Detail
-
getRdIdRef
public Object getRdIdRef()
Gets the value of the rdIdRef property.- Returns:
- possible object is
Object
-
setRdIdRef
public void setRdIdRef(Object value)
Sets the value of the rdIdRef property.- Parameters:
value
- allowed object isObject
-
getRidIdRef
public Object getRidIdRef()
Gets the value of the ridIdRef property.- Returns:
- possible object is
Object
-
-