Class IFClassOptionCT.OrderedValues.OrderedValue
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.IFClassOptionCT.OrderedValues.OrderedValue
-
- Enclosing class:
- IFClassOptionCT.OrderedValues
public static class IFClassOptionCT.OrderedValues.OrderedValue 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"> <attribute name="seqNbr" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigInteger
seqNbr
protected String
value
-
Constructor Summary
Constructors Constructor Description OrderedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getSeqNbr()
Gets the value of the seqNbr property.String
getValue()
Gets the value of the value property.void
setSeqNbr(BigInteger value)
Sets the value of the seqNbr property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Field Detail
-
seqNbr
protected BigInteger seqNbr
-
value
protected String value
-
-
Method Detail
-
getSeqNbr
public BigInteger getSeqNbr()
Gets the value of the seqNbr property.- Returns:
- possible object is
BigInteger
-
setSeqNbr
public void setSeqNbr(BigInteger value)
Sets the value of the seqNbr property.- Parameters:
value
- allowed object isBigInteger
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-