com.vodafone360.people.datatypes
Class ExternalResponseObject

java.lang.Object
  extended by com.vodafone360.people.datatypes.BaseDataType
      extended by com.vodafone360.people.datatypes.ExternalResponseObject

public class ExternalResponseObject
extends BaseDataType

BaseDataType representing an ExternalResponseObject retrieved from server. The response contains; an error code a MIME type the object returned within the external response.


Field Summary
 byte[] mBody
          byte array containing body.
 java.lang.String mMimeType
          MIME type for object contained within response.
 
Constructor Summary
ExternalResponseObject()
           
 
Method Summary
 java.lang.String name()
          Return name of the current Data-type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mMimeType

public java.lang.String mMimeType
MIME type for object contained within response.


mBody

public byte[] mBody
byte array containing body.

Constructor Detail

ExternalResponseObject

public ExternalResponseObject()
Method Detail

name

public java.lang.String name()
Return name of the current Data-type.

Specified by:
name in class BaseDataType
Returns:
String containing name of the data-type.


JavaDoc