Class IFClassOptionCT.OrderedValues
- java.lang.Object
- 
- fi.tut.mei.resdescapi.rdapi.model.rd.IFClassOptionCT.OrderedValues
 
- 
- Enclosing class:
- IFClassOptionCT
 
 public static class IFClassOptionCT.OrderedValues 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> <element name="OrderedValue" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classIFClassOptionCT.OrderedValues.OrderedValueJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected List<IFClassOptionCT.OrderedValues.OrderedValue>orderedValue
 - 
Constructor SummaryConstructors Constructor Description OrderedValues()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IFClassOptionCT.OrderedValues.OrderedValue>getOrderedValue()Gets the value of the orderedValue property.
 
- 
- 
- 
Field Detail- 
orderedValueprotected List<IFClassOptionCT.OrderedValues.OrderedValue> orderedValue 
 
- 
 - 
Method Detail- 
getOrderedValuepublic List<IFClassOptionCT.OrderedValues.OrderedValue> getOrderedValue() Gets the value of the orderedValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the orderedValue property.For example, to add a new item, do as follows: getOrderedValue().add(newItem);Objects of the following type(s) are allowed in the list IFClassOptionCT.OrderedValues.OrderedValue
 
- 
 
-