asit.moa.client.deliver.moazs
Class ErrorDeliveryResponse

java.lang.Object
  extended byasit.moa.client.deliver.moazs.AbstractDeliveryResponse
      extended byasit.moa.client.deliver.moazs.ErrorDeliveryResponse
All Implemented Interfaces:
DeliveryResponse

public class ErrorDeliveryResponse
extends AbstractDeliveryResponse

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  String code_
           
protected  String documentReference_
           
protected  String text_
           
 
Fields inherited from class asit.moa.client.deliver.moazs.AbstractDeliveryResponse
appDeliveryID_, mzsDeliveryID_, rawDocument_
 
Constructor Summary
ErrorDeliveryResponse(String appDeliveryID, String mzsDeliveryID, String code, String text, String documentReference)
           
 
Method Summary
 String getCode()
           
 String getDocumentReference()
           
 Element getElement()
           
 String getText()
           
 String getType()
           
 
Methods inherited from class asit.moa.client.deliver.moazs.AbstractDeliveryResponse
getAppDeliveryID, getMZSDeliveryID, getRawData, setRawData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_

protected String code_

text_

protected String text_

documentReference_

protected String documentReference_
Constructor Detail

ErrorDeliveryResponse

public ErrorDeliveryResponse(String appDeliveryID,
                             String mzsDeliveryID,
                             String code,
                             String text,
                             String documentReference)
Method Detail

getCode

public String getCode()
Returns:
Returns the code_.

getDocumentReference

public String getDocumentReference()
Returns:
Returns the documentReference_.

getText

public String getText()
Returns:
Returns the text_.

getType

public String getType()

getElement

public Element getElement()
                   throws ClientException
Specified by:
getElement in interface DeliveryResponse
Overrides:
getElement in class AbstractDeliveryResponse
Throws:
ClientException


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.