org.codehaus.mojo.scmchangelog.scm.svn.xml
Interface PathsDocument.Paths

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PathsDocumentImpl.PathsImpl
Enclosing interface:
PathsDocument

public static interface PathsDocument.Paths
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class PathsDocument.Paths.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
 PathDocument.Path addNewPath()
          Appends and returns a new empty value (as xml) as the last "path" element
 PathDocument.Path[] getPathArray()
          Gets array of all "path" elements
 PathDocument.Path getPathArray(int i)
          Gets ith "path" element
 PathDocument.Path insertNewPath(int i)
          Inserts and returns a new empty value (as xml) as the ith "path" element
 void removePath(int i)
          Removes the ith "path" element
 void setPathArray(int i, PathDocument.Path path)
          Sets ith "path" element
 void setPathArray(PathDocument.Path[] pathArray)
          Sets array of all "path" element
 int sizeOfPathArray()
          Returns number of "path" 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

getPathArray

PathDocument.Path[] getPathArray()
Gets array of all "path" elements


getPathArray

PathDocument.Path getPathArray(int i)
Gets ith "path" element


sizeOfPathArray

int sizeOfPathArray()
Returns number of "path" element


setPathArray

void setPathArray(PathDocument.Path[] pathArray)
Sets array of all "path" element


setPathArray

void setPathArray(int i,
                  PathDocument.Path path)
Sets ith "path" element


insertNewPath

PathDocument.Path insertNewPath(int i)
Inserts and returns a new empty value (as xml) as the ith "path" element


addNewPath

PathDocument.Path addNewPath()
Appends and returns a new empty value (as xml) as the last "path" element


removePath

void removePath(int i)
Removes the ith "path" element



Copyright © 2008-2009 Codehaus. All Rights Reserved.