Project 4

com.amazon.soap.AWSECommerceService
Class EditorialReview

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.EditorialReview
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String content
           
private  java.lang.String source
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
EditorialReview()
           
EditorialReview(java.lang.String source, java.lang.String content)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
          Gets the content value for this EditorialReview.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 getSource()
          Gets the source value for this EditorialReview.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(java.lang.String content)
          Sets the content value for this EditorialReview.
 void setSource(java.lang.String source)
          Sets the source value for this EditorialReview.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

content

private java.lang.String content

source

private java.lang.String source

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

EditorialReview

public EditorialReview()

EditorialReview

public EditorialReview(java.lang.String source,
                       java.lang.String content)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getContent

public java.lang.String getContent()
Gets the content value for this EditorialReview.

Returns:
content

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


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


getSource

public java.lang.String getSource()
Gets the source value for this EditorialReview.

Returns:
source

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()

setContent

public void setContent(java.lang.String content)
Sets the content value for this EditorialReview.

Parameters:
content -

setSource

public void setSource(java.lang.String source)
Sets the source value for this EditorialReview.

Parameters:
source -

Project 4