Uses of Interface
org.codehaus.mojo.scmchangelog.scm.svn.xml.UsernameType

Packages that use UsernameType
org.codehaus.mojo.scmchangelog.scm.svn.xml   
org.codehaus.mojo.scmchangelog.scm.svn.xml.impl   
 

Uses of UsernameType in org.codehaus.mojo.scmchangelog.scm.svn.xml
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return UsernameType
static UsernameType UsernameType.Factory.newInstance()
           
static UsernameType UsernameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.newValue(Object obj)
           
static UsernameType UsernameType.Factory.parse(File file)
           
static UsernameType UsernameType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.parse(InputStream is)
           
static UsernameType UsernameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.parse(Node node)
           
static UsernameType UsernameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.parse(Reader r)
           
static UsernameType UsernameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.parse(String xmlAsString)
           
static UsernameType UsernameType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.parse(URL u)
           
static UsernameType UsernameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static UsernameType UsernameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static UsernameType UsernameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static UsernameType UsernameType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static UsernameType UsernameType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 UsernameType LogentryDocument.Logentry.xgetAuthor()
          Gets (as xml) the "author" element
 UsernameType CommitDocument.Commit.xgetAuthor()
          Gets (as xml) the "author" element
 UsernameType AuthorDocument.xgetAuthor()
          Gets (as xml) the "author" element
 UsernameType OwnerDocument.xgetOwner()
          Gets (as xml) the "owner" element
 UsernameType LockDocument.Lock.xgetOwner()
          Gets (as xml) the "owner" element
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type UsernameType
 void LogentryDocument.Logentry.xsetAuthor(UsernameType author)
          Sets (as xml) the "author" element
 void CommitDocument.Commit.xsetAuthor(UsernameType author)
          Sets (as xml) the "author" element
 void AuthorDocument.xsetAuthor(UsernameType author)
          Sets (as xml) the "author" element
 void OwnerDocument.xsetOwner(UsernameType owner)
          Sets (as xml) the "owner" element
 void LockDocument.Lock.xsetOwner(UsernameType owner)
          Sets (as xml) the "owner" element
 

Uses of UsernameType in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl
 

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement UsernameType
 class UsernameTypeImpl
          An XML username.type(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return UsernameType
 UsernameType LogentryDocumentImpl.LogentryImpl.xgetAuthor()
          Gets (as xml) the "author" element
 UsernameType CommitDocumentImpl.CommitImpl.xgetAuthor()
          Gets (as xml) the "author" element
 UsernameType AuthorDocumentImpl.xgetAuthor()
          Gets (as xml) the "author" element
 UsernameType OwnerDocumentImpl.xgetOwner()
          Gets (as xml) the "owner" element
 UsernameType LockDocumentImpl.LockImpl.xgetOwner()
          Gets (as xml) the "owner" element
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type UsernameType
 void LogentryDocumentImpl.LogentryImpl.xsetAuthor(UsernameType author)
          Sets (as xml) the "author" element
 void CommitDocumentImpl.CommitImpl.xsetAuthor(UsernameType author)
          Sets (as xml) the "author" element
 void AuthorDocumentImpl.xsetAuthor(UsernameType author)
          Sets (as xml) the "author" element
 void OwnerDocumentImpl.xsetOwner(UsernameType owner)
          Sets (as xml) the "owner" element
 void LockDocumentImpl.LockImpl.xsetOwner(UsernameType owner)
          Sets (as xml) the "owner" element
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.