com.atlassian.jirasoapclient
Class RemoteFilter

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

public class RemoteFilter
extends AbstractNamedRemoteEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteFilter()
           
RemoteFilter(java.lang.String id, java.lang.String name, java.lang.String author, java.lang.String description, java.lang.String project, java.lang.String xml)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthor()
          Gets the author value for this RemoteFilter.
 java.lang.String getDescription()
          Gets the description value for this RemoteFilter.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getProject()
          Gets the project value for this RemoteFilter.
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 getXml()
          Gets the xml value for this RemoteFilter.
 int hashCode()
           
 void setAuthor(java.lang.String author)
          Sets the author value for this RemoteFilter.
 void setDescription(java.lang.String description)
          Sets the description value for this RemoteFilter.
 void setProject(java.lang.String project)
          Sets the project value for this RemoteFilter.
 void setXml(java.lang.String xml)
          Sets the xml value for this RemoteFilter.
 
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

RemoteFilter

public RemoteFilter()

RemoteFilter

public RemoteFilter(java.lang.String id,
                    java.lang.String name,
                    java.lang.String author,
                    java.lang.String description,
                    java.lang.String project,
                    java.lang.String xml)
Method Detail

getAuthor

public java.lang.String getAuthor()
Gets the author value for this RemoteFilter.

Returns:
author

setAuthor

public void setAuthor(java.lang.String author)
Sets the author value for this RemoteFilter.

Parameters:
author -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getProject

public java.lang.String getProject()
Gets the project value for this RemoteFilter.

Returns:
project

setProject

public void setProject(java.lang.String project)
Sets the project value for this RemoteFilter.

Parameters:
project -

getXml

public java.lang.String getXml()
Gets the xml value for this RemoteFilter.

Returns:
xml

setXml

public void setXml(java.lang.String xml)
Sets the xml value for this RemoteFilter.

Parameters:
xml -

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.