Class ResourceInstanceCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceInstanceCT
-
public class ResourceInstanceCT extends Object
Resource Instance description type CTJava class for ResourceInstance_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceInstance_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityRef" maxOccurs="unbounded" minOccurs="0"/> <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ridId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="ridGid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ridURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ResourceInstanceCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CapabilityRefCT>
getCapabilityRef()
Gets the value of the capabilityRef property.List<ExtensionDataCT>
getExtension()
Gets the value of the extension property.String
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getRidGid()
Gets the value of the ridGid property.String
getRidId()
Gets the value of the ridId property.String
getRidURL()
Gets the value of the ridURL property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setRidGid(String value)
Sets the value of the ridGid property.void
setRidId(String value)
Sets the value of the ridId property.void
setRidURL(String value)
Sets the value of the ridURL property.
-
-
-
Field Detail
-
capabilityRef
protected List<CapabilityRefCT> capabilityRef
-
extension
protected List<ExtensionDataCT> extension
-
id
protected String id
-
name
protected String name
-
ridId
protected String ridId
-
ridGid
protected String ridGid
-
ridURL
protected String ridURL
-
-
Method Detail
-
getCapabilityRef
public List<CapabilityRefCT> getCapabilityRef()
Gets the value of the capabilityRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the capabilityRef property.For example, to add a new item, do as follows:
getCapabilityRef().add(newItem);
Objects of the following type(s) are allowed in the list
CapabilityRefCT
-
getExtension
public List<ExtensionDataCT> getExtension()
Gets the value of the extension property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionDataCT
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getRidId
public String getRidId()
Gets the value of the ridId property.- Returns:
- possible object is
String
-
setRidId
public void setRidId(String value)
Sets the value of the ridId property.- Parameters:
value
- allowed object isString
-
getRidGid
public String getRidGid()
Gets the value of the ridGid property.- Returns:
- possible object is
String
-
setRidGid
public void setRidGid(String value)
Sets the value of the ridGid property.- Parameters:
value
- allowed object isString
-
getRidURL
public String getRidURL()
Gets the value of the ridURL property.- Returns:
- possible object is
String
-
-