Class ValueStringCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ValueStringCT
-
public class ValueStringCT extends Object
Value of String datatypeJava class for ValueString_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueString_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataType" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" default="REQ" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ValueStringCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDataType()
Gets the value of the dataType property.String
getDescription()
Gets the value of the description property.String
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.String
getValue()
Gets the value of the value property.void
setDataType(Object value)
Sets the value of the dataType property.void
setDescription(String value)
Sets the value of the description property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name 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
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
getDataType
public Object getDataType()
Gets the value of the dataType property.- Returns:
- possible object is
Object
-
setDataType
public void setDataType(Object value)
Sets the value of the dataType property.- Parameters:
value
- allowed object isObject
-
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
-
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 isString
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
-