Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.UserNameType

Packages that use UserNameType
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix   
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl   
 

Uses of UserNameType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix that return UserNameType
 UserNameType UserNameDocument.addNewUserName()
          Appends and returns a new empty "UserName" element
 UserNameType POSIXApplicationType.addNewUserName()
          Appends and returns a new empty "UserName" element
 UserNameType UserNameDocument.getUserName()
          Gets the "UserName" element
 UserNameType POSIXApplicationType.getUserName()
          Gets the "UserName" element
static UserNameType UserNameType.Factory.newInstance()
           
static UserNameType UserNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
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)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix with parameters of type UserNameType
 void UserNameDocument.setUserName(UserNameType userName)
          Sets the "UserName" element
 void POSIXApplicationType.setUserName(UserNameType userName)
          Sets the "UserName" element
 

Uses of UserNameType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that implement UserNameType
 class UserNameTypeImpl
          An XML UserName_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl-posix).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that return UserNameType
 UserNameType UserNameDocumentImpl.addNewUserName()
          Appends and returns a new empty "UserName" element
 UserNameType POSIXApplicationTypeImpl.addNewUserName()
          Appends and returns a new empty "UserName" element
 UserNameType UserNameDocumentImpl.getUserName()
          Gets the "UserName" element
 UserNameType POSIXApplicationTypeImpl.getUserName()
          Gets the "UserName" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl with parameters of type UserNameType
 void UserNameDocumentImpl.setUserName(UserNameType userName)
          Sets the "UserName" element
 void POSIXApplicationTypeImpl.setUserName(UserNameType userName)
          Sets the "UserName" element
 

Uses of UserNameType in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd that return UserNameType
 UserNameType SPMDApplicationType.addNewUserName()
          Appends and returns a new empty "UserName" element
 UserNameType SPMDApplicationType.getUserName()
          Gets the "UserName" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd with parameters of type UserNameType
 void SPMDApplicationType.setUserName(UserNameType userName)
          Sets the "UserName" element
 

Uses of UserNameType in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl that return UserNameType
 UserNameType SPMDApplicationTypeImpl.addNewUserName()
          Appends and returns a new empty "UserName" element
 UserNameType SPMDApplicationTypeImpl.getUserName()
          Gets the "UserName" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl with parameters of type UserNameType
 void SPMDApplicationTypeImpl.setUserName(UserNameType userName)
          Sets the "UserName" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.