Uses of Class
org.apache.axis2.jaxws.description.xml.handler.RoleNameType

Packages that use RoleNameType
org.apache.axis2.jaxws.description.xml.handler   
 

Uses of RoleNameType in org.apache.axis2.jaxws.description.xml.handler
 

Fields in org.apache.axis2.jaxws.description.xml.handler declared as RoleNameType
protected  RoleNameType SecurityRoleRefType.roleLink
           
protected  RoleNameType SecurityRoleRefType.roleName
           
protected  RoleNameType SecurityRoleType.roleName
           
protected  RoleNameType RunAsType.roleName
           
 

Methods in org.apache.axis2.jaxws.description.xml.handler that return RoleNameType
 RoleNameType ObjectFactory.createRoleNameType()
          Create an instance of RoleNameType
 RoleNameType SecurityRoleRefType.getRoleLink()
          Gets the value of the roleLink property.
 RoleNameType SecurityRoleRefType.getRoleName()
          Gets the value of the roleName property.
 RoleNameType SecurityRoleType.getRoleName()
          Gets the value of the roleName property.
 RoleNameType RunAsType.getRoleName()
          Gets the value of the roleName property.
 

Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type RoleNameType
 void SecurityRoleRefType.setRoleLink(RoleNameType value)
          Sets the value of the roleLink property.
 void SecurityRoleRefType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 void SecurityRoleType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 void RunAsType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.