Class LinkedParamPortsCT.ParamPort
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.LinkedParamPortsCT.ParamPort
-
- Enclosing class:
- LinkedParamPortsCT
public static class LinkedParamPortsCT.ParamPort extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>NCName"> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ParamPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReqOptST
getReqOpt()
Gets the value of the reqOpt property.String
getValue()
Gets the value of the value property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
-