amwebarsentitlementservice.webserviceadapter
Class attrlisterr

java.lang.Object
  |
  +--amwebarsentitlementservice.webserviceadapter.attrlisterr
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class attrlisterr
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 attrlist attrlist
           
 int errorcode
           
 java.lang.String errortext
           
 
Constructor Summary
attrlisterr()
           
attrlisterr(int errorcode_val, java.lang.String errortext_val)
           
attrlisterr(java.util.Map attrlisterr_map)
          Creates a new attrlisterr out of the Map representation of the AMWebARSEntitlementService interface.
 
Method Summary
 java.lang.Object clone()
           
 attrlist getAttrlist()
          Returns the attrlist.
 int getErrorcode()
          Returns the errorcode.
 java.lang.String getErrortext()
          Returns the errortext.
 void setAttrlist(attrlist attrlist)
          Sets the attrlist.
 void setErrorcode(int errorcode)
          Sets the errorcode.
 void setErrortext(java.lang.String errortext)
          Sets the errortext.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attrlist

public attrlist attrlist

errorcode

public int errorcode

errortext

public java.lang.String errortext
Constructor Detail

attrlisterr

public attrlisterr()

attrlisterr

public attrlisterr(int errorcode_val,
                   java.lang.String errortext_val)

attrlisterr

public attrlisterr(java.util.Map attrlisterr_map)
Creates a new attrlisterr out of the Map representation of the AMWebARSEntitlementService interface. The error code and error text are extracted and put into the members of this object. The attrlist doesn't contain these keys.
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getAttrlist

public attrlist getAttrlist()
Returns the attrlist.
Returns:
attrlist

getErrorcode

public int getErrorcode()
Returns the errorcode.
Returns:
int

getErrortext

public java.lang.String getErrortext()
Returns the errortext.
Returns:
String

setAttrlist

public void setAttrlist(attrlist attrlist)
Sets the attrlist.
Parameters:
attrlist - The attrlist to set

setErrorcode

public void setErrorcode(int errorcode)
Sets the errorcode.
Parameters:
errorcode - The errorcode to set

setErrortext

public void setErrortext(java.lang.String errortext)
Sets the errortext.
Parameters:
errortext - The errortext to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object