org.codehaus.mojo.scmchangelog.scm.svn.xml
Interface PathDocument.Path

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PathDocumentImpl.PathImpl
Enclosing interface:
PathDocument

public static interface PathDocument.Path
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static interface PathDocument.Path.Action
          An XML action(@).
static class PathDocument.Path.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
 org.apache.xmlbeans.XmlAnySimpleType addNewCopyfromPath()
          Appends and returns a new empty "copyfrom-path" attribute
 PathDocument.Path.Action.Enum getAction()
          Gets the "action" attribute
 org.apache.xmlbeans.XmlAnySimpleType getCopyfromPath()
          Gets the "copyfrom-path" attribute
 BigInteger getCopyfromRev()
          Gets the "copyfrom-rev" attribute
 boolean isSetCopyfromPath()
          True if has "copyfrom-path" attribute
 boolean isSetCopyfromRev()
          True if has "copyfrom-rev" attribute
 void setAction(PathDocument.Path.Action.Enum action)
          Sets the "action" attribute
 void setCopyfromPath(org.apache.xmlbeans.XmlAnySimpleType copyfromPath)
          Sets the "copyfrom-path" attribute
 void setCopyfromRev(BigInteger copyfromRev)
          Sets the "copyfrom-rev" attribute
 void unsetCopyfromPath()
          Unsets the "copyfrom-path" attribute
 void unsetCopyfromRev()
          Unsets the "copyfrom-rev" attribute
 PathDocument.Path.Action xgetAction()
          Gets (as xml) the "action" attribute
 RevnumType xgetCopyfromRev()
          Gets (as xml) the "copyfrom-rev" attribute
 void xsetAction(PathDocument.Path.Action action)
          Sets (as xml) the "action" attribute
 void xsetCopyfromRev(RevnumType copyfromRev)
          Sets (as xml) the "copyfrom-rev" attribute
 
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

getAction

PathDocument.Path.Action.Enum getAction()
Gets the "action" attribute


xgetAction

PathDocument.Path.Action xgetAction()
Gets (as xml) the "action" attribute


setAction

void setAction(PathDocument.Path.Action.Enum action)
Sets the "action" attribute


xsetAction

void xsetAction(PathDocument.Path.Action action)
Sets (as xml) the "action" attribute


getCopyfromPath

org.apache.xmlbeans.XmlAnySimpleType getCopyfromPath()
Gets the "copyfrom-path" attribute


isSetCopyfromPath

boolean isSetCopyfromPath()
True if has "copyfrom-path" attribute


setCopyfromPath

void setCopyfromPath(org.apache.xmlbeans.XmlAnySimpleType copyfromPath)
Sets the "copyfrom-path" attribute


addNewCopyfromPath

org.apache.xmlbeans.XmlAnySimpleType addNewCopyfromPath()
Appends and returns a new empty "copyfrom-path" attribute


unsetCopyfromPath

void unsetCopyfromPath()
Unsets the "copyfrom-path" attribute


getCopyfromRev

BigInteger getCopyfromRev()
Gets the "copyfrom-rev" attribute


xgetCopyfromRev

RevnumType xgetCopyfromRev()
Gets (as xml) the "copyfrom-rev" attribute


isSetCopyfromRev

boolean isSetCopyfromRev()
True if has "copyfrom-rev" attribute


setCopyfromRev

void setCopyfromRev(BigInteger copyfromRev)
Sets the "copyfrom-rev" attribute


xsetCopyfromRev

void xsetCopyfromRev(RevnumType copyfromRev)
Sets (as xml) the "copyfrom-rev" attribute


unsetCopyfromRev

void unsetCopyfromRev()
Unsets the "copyfrom-rev" attribute



Copyright © 2008-2009 Codehaus. All Rights Reserved.