CSympaMultiServeur 2.0
API Documentation

org.esupportail.portal.channels.CSympaMultiServeur.services.sympa
Class ListType

java.lang.Object
  extended by org.esupportail.portal.channels.CSympaMultiServeur.services.sympa.ListType
All Implemented Interfaces:
java.io.Serializable

public class ListType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ListType()
           
ListType(java.lang.String listAddress, java.lang.String homepage, java.lang.Boolean isSubscriber, java.lang.Boolean isOwner, java.lang.Boolean isEditor, java.lang.String subject)
           
 
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
 java.lang.String getHomepage()
          Gets the homepage value for this ListType.
 java.lang.Boolean getIsEditor()
          Gets the isEditor value for this ListType.
 java.lang.Boolean getIsOwner()
          Gets the isOwner value for this ListType.
 java.lang.Boolean getIsSubscriber()
          Gets the isSubscriber value for this ListType.
 java.lang.String getListAddress()
          Gets the listAddress value for this ListType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubject()
          Gets the subject value for this ListType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setHomepage(java.lang.String homepage)
          Sets the homepage value for this ListType.
 void setIsEditor(java.lang.Boolean isEditor)
          Sets the isEditor value for this ListType.
 void setIsOwner(java.lang.Boolean isOwner)
          Sets the isOwner value for this ListType.
 void setIsSubscriber(java.lang.Boolean isSubscriber)
          Sets the isSubscriber value for this ListType.
 void setListAddress(java.lang.String listAddress)
          Sets the listAddress value for this ListType.
 void setSubject(java.lang.String subject)
          Sets the subject value for this ListType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListType

public ListType()

ListType

public ListType(java.lang.String listAddress,
                java.lang.String homepage,
                java.lang.Boolean isSubscriber,
                java.lang.Boolean isOwner,
                java.lang.Boolean isEditor,
                java.lang.String subject)
Method Detail

getListAddress

public java.lang.String getListAddress()
Gets the listAddress value for this ListType.

Returns:
listAddress

setListAddress

public void setListAddress(java.lang.String listAddress)
Sets the listAddress value for this ListType.

Parameters:
listAddress -

getHomepage

public java.lang.String getHomepage()
Gets the homepage value for this ListType.

Returns:
homepage

setHomepage

public void setHomepage(java.lang.String homepage)
Sets the homepage value for this ListType.

Parameters:
homepage -

getIsSubscriber

public java.lang.Boolean getIsSubscriber()
Gets the isSubscriber value for this ListType.

Returns:
isSubscriber

setIsSubscriber

public void setIsSubscriber(java.lang.Boolean isSubscriber)
Sets the isSubscriber value for this ListType.

Parameters:
isSubscriber -

getIsOwner

public java.lang.Boolean getIsOwner()
Gets the isOwner value for this ListType.

Returns:
isOwner

setIsOwner

public void setIsOwner(java.lang.Boolean isOwner)
Sets the isOwner value for this ListType.

Parameters:
isOwner -

getIsEditor

public java.lang.Boolean getIsEditor()
Gets the isEditor value for this ListType.

Returns:
isEditor

setIsEditor

public void setIsEditor(java.lang.Boolean isEditor)
Sets the isEditor value for this ListType.

Parameters:
isEditor -

getSubject

public java.lang.String getSubject()
Gets the subject value for this ListType.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this ListType.

Parameters:
subject -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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


CSympaMultiServeur 2.0
API Documentation