Class ResourceModelClassificationCT


  • public class ResourceModelClassificationCT
    extends Object
    Classification by the Resource Model

    Java 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>
     
    • Constructor Detail

      • ResourceModelClassificationCT

        public ResourceModelClassificationCT()
    • 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 is String
      • 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 is String
      • setResourceCategory

        public void setResourceCategory​(ResourceCategoryST value)
        Sets the value of the resourceCategory property.
        Parameters:
        value - allowed object is ResourceCategoryST
      • getResourceCategoryOpen

        public String getResourceCategoryOpen()
        Gets the value of the resourceCategoryOpen property.
        Returns:
        possible object is String
      • setResourceCategoryOpen

        public void setResourceCategoryOpen​(String value)
        Sets the value of the resourceCategoryOpen property.
        Parameters:
        value - allowed object is String