com.collabnet.helm.ws.project
Class ApprovedByType

java.lang.Object
  extended by com.collabnet.helm.ws.project.ApprovedByType
All Implemented Interfaces:
java.io.Serializable

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

The project can be either waiting to be approved, which assumes that this element will be not available, while being approved by a member, this element type will have the information about the member that approved this project.

See Also:
Serialized Form

Constructor Summary
ApprovedByType()
           
ApprovedByType(MemberInfoType member)
           
 
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
 MemberInfoType getMember()
          Gets the member value for this ApprovedByType.
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 setMember(MemberInfoType member)
          Sets the member value for this ApprovedByType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApprovedByType

public ApprovedByType()

ApprovedByType

public ApprovedByType(MemberInfoType member)
Method Detail

getMember

public MemberInfoType getMember()
Gets the member value for this ApprovedByType.

Returns:
member

setMember

public void setMember(MemberInfoType member)
Sets the member value for this ApprovedByType.

Parameters:
member -

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