Class ValueStructCT.Member
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ValueStructCT.Member
-
- Enclosing class:
- ValueStructCT
public static class ValueStructCT.Member 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"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Value"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="datatype" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DataTypeRef_ST" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdatatypeprotected Stringnameprotected ValueSimpleCTsimpleValueprotected ValueStringCTstringValue
-
Constructor Summary
Constructors Constructor Description Member()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatatype()Gets the value of the datatype property.StringgetName()Gets the value of the name property.ValueSimpleCTgetSimpleValue()Gets the value of the simpleValue property.ValueStringCTgetStringValue()Gets the value of the stringValue property.voidsetDatatype(String value)Sets the value of the datatype property.voidsetName(String value)Sets the value of the name property.voidsetSimpleValue(ValueSimpleCT value)Sets the value of the simpleValue property.voidsetStringValue(ValueStringCT value)Sets the value of the stringValue property.
-
-
-
Field Detail
-
simpleValue
protected ValueSimpleCT simpleValue
-
stringValue
protected ValueStringCT stringValue
-
name
protected String name
-
datatype
protected String datatype
-
-
Method Detail
-
getSimpleValue
public ValueSimpleCT getSimpleValue()
Gets the value of the simpleValue property.- Returns:
- possible object is
ValueSimpleCT
-
setSimpleValue
public void setSimpleValue(ValueSimpleCT value)
Sets the value of the simpleValue property.- Parameters:
value- allowed object isValueSimpleCT
-
getStringValue
public ValueStringCT getStringValue()
Gets the value of the stringValue property.- Returns:
- possible object is
ValueStringCT
-
setStringValue
public void setStringValue(ValueStringCT value)
Sets the value of the stringValue property.- Parameters:
value- allowed object isValueStringCT
-
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 String getDatatype()
Gets the value of the datatype property.- Returns:
- possible object is
String
-
-