Class ResourceCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceCT
-
public class ResourceCT extends Object
Resource description type CTJava class for Resource_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Resource_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 ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceInstance" 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="rdId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="rdGid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="rdURL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ardIdRef" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="ardGidRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ardProfileIdRef" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="ardURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
ardGidRef
protected String
ardIdRef
protected String
ardProfileIdRef
protected String
ardURL
protected List<CapabilityRefCT>
capabilityRef
protected List<ExtensionDataCT>
extension
protected String
id
protected String
name
protected String
rdGid
protected String
rdId
protected String
rdURL
protected List<ResourceInstanceCT>
resourceInstance
-
Constructor Summary
Constructors Constructor Description ResourceCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArdGidRef()
Gets the value of the ardGidRef property.String
getArdIdRef()
Gets the value of the ardIdRef property.String
getArdProfileIdRef()
Gets the value of the ardProfileIdRef property.String
getArdURL()
Gets the value of the ardURL property.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
getRdGid()
Gets the value of the rdGid property.String
getRdId()
Gets the value of the rdId property.String
getRdURL()
Gets the value of the rdURL property.List<ResourceInstanceCT>
getResourceInstance()
Gets the value of the resourceInstance property.void
setArdGidRef(String value)
Sets the value of the ardGidRef property.void
setArdIdRef(String value)
Sets the value of the ardIdRef property.void
setArdProfileIdRef(String value)
Sets the value of the ardProfileIdRef property.void
setArdURL(String value)
Sets the value of the ardURL property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setRdGid(String value)
Sets the value of the rdGid property.void
setRdId(String value)
Sets the value of the rdId property.void
setRdURL(String value)
Sets the value of the rdURL property.
-
-
-
Field Detail
-
capabilityRef
protected List<CapabilityRefCT> capabilityRef
-
resourceInstance
protected List<ResourceInstanceCT> resourceInstance
-
extension
protected List<ExtensionDataCT> extension
-
id
protected String id
-
name
protected String name
-
rdId
protected String rdId
-
rdGid
protected String rdGid
-
rdURL
protected String rdURL
-
ardIdRef
protected String ardIdRef
-
ardGidRef
protected String ardGidRef
-
ardProfileIdRef
protected String ardProfileIdRef
-
ardURL
protected String ardURL
-
-
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
-
getResourceInstance
public List<ResourceInstanceCT> getResourceInstance()
Gets the value of the resourceInstance 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 resourceInstance property.For example, to add a new item, do as follows:
getResourceInstance().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceInstanceCT
-
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
-
getRdId
public String getRdId()
Gets the value of the rdId property.- Returns:
- possible object is
String
-
setRdId
public void setRdId(String value)
Sets the value of the rdId property.- Parameters:
value
- allowed object isString
-
getRdGid
public String getRdGid()
Gets the value of the rdGid property.- Returns:
- possible object is
String
-
setRdGid
public void setRdGid(String value)
Sets the value of the rdGid property.- Parameters:
value
- allowed object isString
-
getRdURL
public String getRdURL()
Gets the value of the rdURL property.- Returns:
- possible object is
String
-
setRdURL
public void setRdURL(String value)
Sets the value of the rdURL property.- Parameters:
value
- allowed object isString
-
getArdIdRef
public String getArdIdRef()
Gets the value of the ardIdRef property.- Returns:
- possible object is
String
-
setArdIdRef
public void setArdIdRef(String value)
Sets the value of the ardIdRef property.- Parameters:
value
- allowed object isString
-
getArdGidRef
public String getArdGidRef()
Gets the value of the ardGidRef property.- Returns:
- possible object is
String
-
setArdGidRef
public void setArdGidRef(String value)
Sets the value of the ardGidRef property.- Parameters:
value
- allowed object isString
-
getArdProfileIdRef
public String getArdProfileIdRef()
Gets the value of the ardProfileIdRef property.- Returns:
- possible object is
String
-
setArdProfileIdRef
public void setArdProfileIdRef(String value)
Sets the value of the ardProfileIdRef property.- Parameters:
value
- allowed object isString
-
getArdURL
public String getArdURL()
Gets the value of the ardURL property.- Returns:
- possible object is
String
-
-