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
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. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
attrlist
public attrlist attrlist
errorcode
public int errorcode
errortext
public java.lang.String errortext
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.
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