public class

RemoteProjectExpressionHolder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.holders.RemoteProjectExpressionHolder

Summary

Fields
protected String _descriptionType
protected RemoteScheme _issueSecuritySchemeType
protected String _keyType
protected String _leadType
protected RemoteScheme _notificationSchemeType
protected RemotePermissionScheme _permissionSchemeType
protected String _projectUrlType
protected String _urlType
protected Object description
protected Object issueSecurityScheme
protected Object key
protected Object lead
protected Object notificationScheme
protected Object permissionScheme
protected Object projectUrl
protected Object url
Public Constructors
RemoteProjectExpressionHolder()
Public Methods
Object getDescription()
Retrieves description
Object getIssueSecurityScheme()
Retrieves issueSecurityScheme
Object getKey()
Retrieves key
Object getLead()
Retrieves lead
Object getNotificationScheme()
Retrieves notificationScheme
Object getPermissionScheme()
Retrieves permissionScheme
Object getProjectUrl()
Retrieves projectUrl
Object getUrl()
Retrieves url
void setDescription(Object value)
Sets description
void setIssueSecurityScheme(Object value)
Sets issueSecurityScheme
void setKey(Object value)
Sets key
void setLead(Object value)
Sets lead
void setNotificationScheme(Object value)
Sets notificationScheme
void setPermissionScheme(Object value)
Sets permissionScheme
void setProjectUrl(Object value)
Sets projectUrl
void setUrl(Object value)
Sets url
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _descriptionType

protected RemoteScheme _issueSecuritySchemeType

protected String _keyType

protected String _leadType

protected RemoteScheme _notificationSchemeType

protected RemotePermissionScheme _permissionSchemeType

protected String _projectUrlType

protected String _urlType

protected Object description

protected Object issueSecurityScheme

protected Object key

protected Object lead

protected Object notificationScheme

protected Object permissionScheme

protected Object projectUrl

protected Object url

Public Constructors

public RemoteProjectExpressionHolder ()

Public Methods

public Object getDescription ()

Retrieves description

public Object getIssueSecurityScheme ()

Retrieves issueSecurityScheme

public Object getKey ()

Retrieves key

public Object getLead ()

Retrieves lead

public Object getNotificationScheme ()

Retrieves notificationScheme

public Object getPermissionScheme ()

Retrieves permissionScheme

public Object getProjectUrl ()

Retrieves projectUrl

public Object getUrl ()

Retrieves url

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setIssueSecurityScheme (Object value)

Sets issueSecurityScheme

Parameters
value Value to set

public void setKey (Object value)

Sets key

Parameters
value Value to set

public void setLead (Object value)

Sets lead

Parameters
value Value to set

public void setNotificationScheme (Object value)

Sets notificationScheme

Parameters
value Value to set

public void setPermissionScheme (Object value)

Sets permissionScheme

Parameters
value Value to set

public void setProjectUrl (Object value)

Sets projectUrl

Parameters
value Value to set

public void setUrl (Object value)

Sets url

Parameters
value Value to set