org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XFunction.PiecewiseLinear

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XFunctionImpl.PiecewiseLinearImpl
Enclosing interface:
XFunction

public static interface XFunction.PiecewiseLinear
extends XmlObject

An XML piecewiseLinear(@). This is a complex type.


Nested Class Summary
static class XFunction.PiecewiseLinear.Factory
          A factory class with static methods for creating instances of this type.
static interface XFunction.PiecewiseLinear.Segment
          An XML segment(@).
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 XFunction.PiecewiseLinear.Segment addNewSegment()
          Appends and returns a new empty value (as xml) as the last "segment" element
 XFunction.PiecewiseLinear.Segment[] getSegmentArray()
          Deprecated.  
 XFunction.PiecewiseLinear.Segment getSegmentArray(int i)
          Gets ith "segment" element
 List<XFunction.PiecewiseLinear.Segment> getSegmentList()
          Gets a List of "segment" elements
 XFunction.PiecewiseLinear.Segment insertNewSegment(int i)
          Inserts and returns a new empty value (as xml) as the ith "segment" element
 void removeSegment(int i)
          Removes the ith "segment" element
 void setSegmentArray(int i, XFunction.PiecewiseLinear.Segment segment)
          Sets ith "segment" element
 void setSegmentArray(XFunction.PiecewiseLinear.Segment[] segmentArray)
          Sets array of all "segment" element
 int sizeOfSegmentArray()
          Returns number of "segment" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final SchemaType type
Method Detail

getSegmentList

List<XFunction.PiecewiseLinear.Segment> getSegmentList()
Gets a List of "segment" elements


getSegmentArray

XFunction.PiecewiseLinear.Segment[] getSegmentArray()
Deprecated. 

Gets array of all "segment" elements


getSegmentArray

XFunction.PiecewiseLinear.Segment getSegmentArray(int i)
Gets ith "segment" element


sizeOfSegmentArray

int sizeOfSegmentArray()
Returns number of "segment" element


setSegmentArray

void setSegmentArray(XFunction.PiecewiseLinear.Segment[] segmentArray)
Sets array of all "segment" element


setSegmentArray

void setSegmentArray(int i,
                     XFunction.PiecewiseLinear.Segment segment)
Sets ith "segment" element


insertNewSegment

XFunction.PiecewiseLinear.Segment insertNewSegment(int i)
Inserts and returns a new empty value (as xml) as the ith "segment" element


addNewSegment

XFunction.PiecewiseLinear.Segment addNewSegment()
Appends and returns a new empty value (as xml) as the last "segment" element


removeSegment

void removeSegment(int i)
Removes the ith "segment" element



Copyright © 2011. All Rights Reserved.