noNamespace
Interface CommitmentV3Type

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CommitmentV3TypeImpl

public interface CommitmentV3Type
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CommitmentV3Type.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 LocationV3Type addNewLocation()
          Appends and returns a new empty value (as xml) as the last "Location" element
 String getCommitmentDate()
          Gets the "CommitmentDate" element
 String getCommitmentTime()
          Gets the "CommitmentTime" element
 LocationV3Type[] getLocationArray()
          Gets array of all "Location" elements
 LocationV3Type getLocationArray(int i)
          Gets ith "Location" element
 LocationV3Type insertNewLocation(int i)
          Inserts and returns a new empty value (as xml) as the ith "Location" element
 void removeLocation(int i)
          Removes the ith "Location" element
 void setCommitmentDate(String commitmentDate)
          Sets the "CommitmentDate" element
 void setCommitmentTime(String commitmentTime)
          Sets the "CommitmentTime" element
 void setLocationArray(int i, LocationV3Type location)
          Sets ith "Location" element
 void setLocationArray(LocationV3Type[] locationArray)
          Sets array of all "Location" element
 int sizeOfLocationArray()
          Returns number of "Location" element
 org.apache.xmlbeans.XmlString xgetCommitmentDate()
          Gets (as xml) the "CommitmentDate" element
 org.apache.xmlbeans.XmlString xgetCommitmentTime()
          Gets (as xml) the "CommitmentTime" element
 void xsetCommitmentDate(org.apache.xmlbeans.XmlString commitmentDate)
          Sets (as xml) the "CommitmentDate" element
 void xsetCommitmentTime(org.apache.xmlbeans.XmlString commitmentTime)
          Sets (as xml) the "CommitmentTime" 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 org.apache.xmlbeans.SchemaType type
Method Detail

getCommitmentDate

String getCommitmentDate()
Gets the "CommitmentDate" element


xgetCommitmentDate

org.apache.xmlbeans.XmlString xgetCommitmentDate()
Gets (as xml) the "CommitmentDate" element


setCommitmentDate

void setCommitmentDate(String commitmentDate)
Sets the "CommitmentDate" element


xsetCommitmentDate

void xsetCommitmentDate(org.apache.xmlbeans.XmlString commitmentDate)
Sets (as xml) the "CommitmentDate" element


getCommitmentTime

String getCommitmentTime()
Gets the "CommitmentTime" element


xgetCommitmentTime

org.apache.xmlbeans.XmlString xgetCommitmentTime()
Gets (as xml) the "CommitmentTime" element


setCommitmentTime

void setCommitmentTime(String commitmentTime)
Sets the "CommitmentTime" element


xsetCommitmentTime

void xsetCommitmentTime(org.apache.xmlbeans.XmlString commitmentTime)
Sets (as xml) the "CommitmentTime" element


getLocationArray

LocationV3Type[] getLocationArray()
Gets array of all "Location" elements


getLocationArray

LocationV3Type getLocationArray(int i)
Gets ith "Location" element


sizeOfLocationArray

int sizeOfLocationArray()
Returns number of "Location" element


setLocationArray

void setLocationArray(LocationV3Type[] locationArray)
Sets array of all "Location" element


setLocationArray

void setLocationArray(int i,
                      LocationV3Type location)
Sets ith "Location" element


insertNewLocation

LocationV3Type insertNewLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "Location" element


addNewLocation

LocationV3Type addNewLocation()
Appends and returns a new empty value (as xml) as the last "Location" element


removeLocation

void removeLocation(int i)
Removes the ith "Location" element



Copyright © 2012. All Rights Reserved.