com.atlassian.jirasoapclient
Class RemoteProject

java.lang.Object
  extended by com.atlassian.jirasoapclient.AbstractRemoteEntity
      extended by com.atlassian.jirasoapclient.AbstractNamedRemoteEntity
          extended by com.atlassian.jirasoapclient.RemoteProject
All Implemented Interfaces:
java.io.Serializable

public class RemoteProject
extends AbstractNamedRemoteEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteProject()
           
RemoteProject(java.lang.String id, java.lang.String name, java.lang.String description, RemoteScheme issueSecurityScheme, java.lang.String key, java.lang.String lead, RemoteScheme notificationScheme, RemotePermissionScheme permissionScheme, java.lang.String projectUrl, java.lang.String url)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this RemoteProject.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 RemoteScheme getIssueSecurityScheme()
          Gets the issueSecurityScheme value for this RemoteProject.
 java.lang.String getKey()
          Gets the key value for this RemoteProject.
 java.lang.String getLead()
          Gets the lead value for this RemoteProject.
 RemoteScheme getNotificationScheme()
          Gets the notificationScheme value for this RemoteProject.
 RemotePermissionScheme getPermissionScheme()
          Gets the permissionScheme value for this RemoteProject.
 java.lang.String getProjectUrl()
          Gets the projectUrl value for this RemoteProject.
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
 java.lang.String getUrl()
          Gets the url value for this RemoteProject.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this RemoteProject.
 void setIssueSecurityScheme(RemoteScheme issueSecurityScheme)
          Sets the issueSecurityScheme value for this RemoteProject.
 void setKey(java.lang.String key)
          Sets the key value for this RemoteProject.
 void setLead(java.lang.String lead)
          Sets the lead value for this RemoteProject.
 void setNotificationScheme(RemoteScheme notificationScheme)
          Sets the notificationScheme value for this RemoteProject.
 void setPermissionScheme(RemotePermissionScheme permissionScheme)
          Sets the permissionScheme value for this RemoteProject.
 void setProjectUrl(java.lang.String projectUrl)
          Sets the projectUrl value for this RemoteProject.
 void setUrl(java.lang.String url)
          Sets the url value for this RemoteProject.
 
Methods inherited from class com.atlassian.jirasoapclient.AbstractNamedRemoteEntity
getName, setName
 
Methods inherited from class com.atlassian.jirasoapclient.AbstractRemoteEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteProject

public RemoteProject()

RemoteProject

public RemoteProject(java.lang.String id,
                     java.lang.String name,
                     java.lang.String description,
                     RemoteScheme issueSecurityScheme,
                     java.lang.String key,
                     java.lang.String lead,
                     RemoteScheme notificationScheme,
                     RemotePermissionScheme permissionScheme,
                     java.lang.String projectUrl,
                     java.lang.String url)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this RemoteProject.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this RemoteProject.

Parameters:
description -

getIssueSecurityScheme

public RemoteScheme getIssueSecurityScheme()
Gets the issueSecurityScheme value for this RemoteProject.

Returns:
issueSecurityScheme

setIssueSecurityScheme

public void setIssueSecurityScheme(RemoteScheme issueSecurityScheme)
Sets the issueSecurityScheme value for this RemoteProject.

Parameters:
issueSecurityScheme -

getKey

public java.lang.String getKey()
Gets the key value for this RemoteProject.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this RemoteProject.

Parameters:
key -

getLead

public java.lang.String getLead()
Gets the lead value for this RemoteProject.

Returns:
lead

setLead

public void setLead(java.lang.String lead)
Sets the lead value for this RemoteProject.

Parameters:
lead -

getNotificationScheme

public RemoteScheme getNotificationScheme()
Gets the notificationScheme value for this RemoteProject.

Returns:
notificationScheme

setNotificationScheme

public void setNotificationScheme(RemoteScheme notificationScheme)
Sets the notificationScheme value for this RemoteProject.

Parameters:
notificationScheme -

getPermissionScheme

public RemotePermissionScheme getPermissionScheme()
Gets the permissionScheme value for this RemoteProject.

Returns:
permissionScheme

setPermissionScheme

public void setPermissionScheme(RemotePermissionScheme permissionScheme)
Sets the permissionScheme value for this RemoteProject.

Parameters:
permissionScheme -

getProjectUrl

public java.lang.String getProjectUrl()
Gets the projectUrl value for this RemoteProject.

Returns:
projectUrl

setProjectUrl

public void setProjectUrl(java.lang.String projectUrl)
Sets the projectUrl value for this RemoteProject.

Parameters:
projectUrl -

getUrl

public java.lang.String getUrl()
Gets the url value for this RemoteProject.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this RemoteProject.

Parameters:
url -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractNamedRemoteEntity

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.