com.atlassian.jirasoapclient
Class RemotePermissionScheme

java.lang.Object
  extended by com.atlassian.jirasoapclient.RemoteScheme
      extended by com.atlassian.jirasoapclient.RemotePermissionScheme
All Implemented Interfaces:
java.io.Serializable

public class RemotePermissionScheme
extends RemoteScheme
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemotePermissionScheme()
           
RemotePermissionScheme(java.lang.String description, java.lang.Long id, java.lang.String name, java.lang.String type, RemotePermissionMapping[] permissionMappings)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 RemotePermissionMapping[] getPermissionMappings()
          Gets the permissionMappings value for this RemotePermissionScheme.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPermissionMappings(RemotePermissionMapping[] permissionMappings)
          Sets the permissionMappings value for this RemotePermissionScheme.
 
Methods inherited from class com.atlassian.jirasoapclient.RemoteScheme
getDescription, getId, getName, getType, setDescription, setId, setName, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePermissionScheme

public RemotePermissionScheme()

RemotePermissionScheme

public RemotePermissionScheme(java.lang.String description,
                              java.lang.Long id,
                              java.lang.String name,
                              java.lang.String type,
                              RemotePermissionMapping[] permissionMappings)
Method Detail

getPermissionMappings

public RemotePermissionMapping[] getPermissionMappings()
Gets the permissionMappings value for this RemotePermissionScheme.

Returns:
permissionMappings

setPermissionMappings

public void setPermissionMappings(RemotePermissionMapping[] permissionMappings)
Sets the permissionMappings value for this RemotePermissionScheme.

Parameters:
permissionMappings -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class RemoteScheme

hashCode

public int hashCode()
Overrides:
hashCode in class RemoteScheme

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.