Class AbstractInterfacePort.Purpose

  • Enclosing class:
    AbstractInterfacePort

    public static class AbstractInterfacePort.Purpose
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="functionClassifier" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InterfaceFunction_ST" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Purpose

        public Purpose()
    • 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
      • setFunctionClassifier

        public void setFunctionClassifier​(InterfaceFunctionST value)
        Sets the value of the functionClassifier property.
        Parameters:
        value - allowed object is InterfaceFunctionST
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

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