|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.hl7.framework.status.Status
public class Status
This class represents a set of states of the processing data.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
Status()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description. |
boolean |
getMarshalCalled()
Returns the marshalCalled. |
boolean |
getUnmarshalCalled()
Returns the unmarshalCalled. |
boolean |
getValidateCalled()
Returns the validateCalled. |
boolean |
isMarshalCalled()
Returns the marshalCalled. |
boolean |
isUnmarshalCalled()
Returns the unmarshalCalled. |
boolean |
isValidateCalled()
Returns the validateCalled. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setMarshalCalled(boolean marshalCalled)
Sets the marshalCalled. |
void |
setUnmarshalCalled(boolean unmarshalCalled)
Sets the unmarshalCalled. |
void |
setValidateCalled(boolean validateCalled)
Sets the validateCalled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
public Status()
| Method Detail |
|---|
public java.lang.String getDescription()
public boolean getMarshalCalled()
public boolean getUnmarshalCalled()
public boolean getValidateCalled()
public boolean isMarshalCalled()
public boolean isUnmarshalCalled()
public boolean isValidateCalled()
public void setDescription(java.lang.String description)
description - The description to setpublic void setMarshalCalled(boolean marshalCalled)
marshalCalled - The marshalCalled to setpublic void setUnmarshalCalled(boolean unmarshalCalled)
unmarshalCalled - The unmarshalCalled to setpublic void setValidateCalled(boolean validateCalled)
validateCalled - The validateCalled to set
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||