Class ValueArrayCT.Item
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ValueArrayCT.Item
-
- Enclosing class:
- ValueArrayCT
public static class ValueArrayCT.Item 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="orderNbr" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigInteger
orderNbr
protected ValueSimpleCT
simpleValue
protected ValueStringCT
stringValue
-
Constructor Summary
Constructors Constructor Description Item()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getOrderNbr()
Gets the value of the orderNbr property.ValueSimpleCT
getSimpleValue()
Gets the value of the simpleValue property.ValueStringCT
getStringValue()
Gets the value of the stringValue property.void
setOrderNbr(BigInteger value)
Sets the value of the orderNbr property.void
setSimpleValue(ValueSimpleCT value)
Sets the value of the simpleValue property.void
setStringValue(ValueStringCT value)
Sets the value of the stringValue property.
-
-
-
Field Detail
-
simpleValue
protected ValueSimpleCT simpleValue
-
stringValue
protected ValueStringCT stringValue
-
orderNbr
protected BigInteger orderNbr
-
-
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
-
getOrderNbr
public BigInteger getOrderNbr()
Gets the value of the orderNbr property.- Returns:
- possible object is
BigInteger
-
setOrderNbr
public void setOrderNbr(BigInteger value)
Sets the value of the orderNbr property.- Parameters:
value
- allowed object isBigInteger
-
-