Class ResourceModelClassificationCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ResourceModelClassificationCT
-
public class ResourceModelClassificationCT extends Object
Classification by the Resource ModelJava class for ResourceModelClassification_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceModelClassification_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="resourceCategory" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceCategory_ST" /> <attribute name="resourceCategory_open" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
gid
protected String
name
protected ResourceCategoryST
resourceCategory
protected String
resourceCategoryOpen
-
Constructor Summary
Constructors Constructor Description ResourceModelClassificationCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGid()
Gets the value of the gid property.String
getName()
Gets the value of the name property.ResourceCategoryST
getResourceCategory()
Gets the value of the resourceCategory property.String
getResourceCategoryOpen()
Gets the value of the resourceCategoryOpen property.void
setGid(String value)
Sets the value of the gid property.void
setName(String value)
Sets the value of the name property.void
setResourceCategory(ResourceCategoryST value)
Sets the value of the resourceCategory property.void
setResourceCategoryOpen(String value)
Sets the value of the resourceCategoryOpen property.
-
-
-
Field Detail
-
gid
protected String gid
-
name
protected String name
-
resourceCategory
protected ResourceCategoryST resourceCategory
-
resourceCategoryOpen
protected String resourceCategoryOpen
-
-
Method Detail
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid 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
-
getResourceCategory
public ResourceCategoryST getResourceCategory()
Gets the value of the resourceCategory property.- Returns:
- possible object is
ResourceCategoryST
-
setResourceCategory
public void setResourceCategory(ResourceCategoryST value)
Sets the value of the resourceCategory property.- Parameters:
value
- allowed object isResourceCategoryST
-
getResourceCategoryOpen
public String getResourceCategoryOpen()
Gets the value of the resourceCategoryOpen property.- Returns:
- possible object is
String
-
-