ca.infoway.messagebuilder.domainvalue.transport
Class AcknowledgementCondition

Package class diagram package AcknowledgementCondition
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.domainvalue.transport.AcknowledgementCondition
All Implemented Interfaces:
Code, Describable, AcknowledgementCondition, Serializable, Comparable

public class AcknowledgementCondition
extends EnumPattern
implements AcknowledgementCondition, Describable

The codes identify the conditions under which accept acknowledgements are required to be returned in response to this message. Note that accept acknowledgement address two different issues at the same time: reliable transport as well as syntactical correct

Author:
administrator
See Also:
Serialized Form

Field Summary
static AcknowledgementCondition ALWAYS
          Always send an acknowledgement.
static AcknowledgementCondition ERRORS_ONLY
          Send an acknowledgement for error/reject conditions only.
static AcknowledgementCondition NEVER
          Never send an acknowledgement.
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getCodeSystem()
          Gets the code system.
 String getCodeValue()
          Gets the code value.
 String getDescription()
          Gets the description.
 
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern
getEnumConstants, isEnum, name, toString, valueOf, values
 
Methods inherited from class ca.infoway.messagebuilder.lang.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALWAYS

public static final AcknowledgementCondition ALWAYS
Always send an acknowledgement.


ERRORS_ONLY

public static final AcknowledgementCondition ERRORS_ONLY
Send an acknowledgement for error/reject conditions only.


NEVER

public static final AcknowledgementCondition NEVER
Never send an acknowledgement.

Method Detail

getCodeSystem

public String getCodeSystem()

Gets the code system.

Specified by:
getCodeSystem in interface Code
Returns:
the code system

getCodeValue

public String getCodeValue()

Gets the code value.

Specified by:
getCodeValue in interface Code
Returns:
the code value

getDescription

public String getDescription()

Gets the description.

Specified by:
getDescription in interface Describable
Returns:
the description


Copyright © 2013. All Rights Reserved.