Class AbstractInterfacePort.Purpose
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected InterfaceFunctionST
functionClassifier
protected String
gid
-
Constructor Summary
Constructors Constructor Description Purpose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.InterfaceFunctionST
getFunctionClassifier()
Gets the value of the functionClassifier property.String
getGid()
Gets the value of the gid property.void
setDescription(String value)
Sets the value of the description property.void
setFunctionClassifier(InterfaceFunctionST value)
Sets the value of the functionClassifier property.void
setGid(String value)
Sets the value of the gid property.
-
-
-
Field Detail
-
gid
protected String gid
-
functionClassifier
protected InterfaceFunctionST functionClassifier
-
description
protected String description
-
-
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
-
getFunctionClassifier
public InterfaceFunctionST getFunctionClassifier()
Gets the value of the functionClassifier property.- Returns:
- possible object is
InterfaceFunctionST
-
setFunctionClassifier
public void setFunctionClassifier(InterfaceFunctionST value)
Sets the value of the functionClassifier property.- Parameters:
value
- allowed object isInterfaceFunctionST
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-