Class Profile.ExtendRef
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.Profile.ExtendRef
-
- Enclosing class:
- Profile
public static class Profile.ExtendRef 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>IDREF"> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" default="REQ" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ExtendRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReqOptST
getReqOpt()
Gets the value of the reqOpt property.Object
getValue()
Gets the value of the value property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.void
setValue(Object value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public Object getValue()
Gets the value of the value property.- Returns:
- possible object is
Object
-
setValue
public void setValue(Object value)
Sets the value of the value property.- Parameters:
value
- allowed object isObject
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
-