public class ApplicationHeader extends Object implements CopyableTo<ApplicationHeader>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
crDate |
protected DuplicateIndication |
dup |
protected EntityIdentification |
from |
protected String |
msgName |
protected String |
msgRef |
protected String |
svcName |
protected EntityIdentification |
to |
| Constructor and Description |
|---|
ApplicationHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(ApplicationHeader target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
XMLGregorianCalendar |
getCrDate()
Gets the value of the crDate property.
|
DuplicateIndication |
getDup()
Gets the value of the dup property.
|
EntityIdentification |
getFrom()
Gets the value of the from property.
|
String |
getMsgName()
Gets the value of the msgName property.
|
String |
getMsgRef()
Gets the value of the msgRef property.
|
String |
getSvcName()
Gets the value of the svcName property.
|
EntityIdentification |
getTo()
Gets the value of the to property.
|
int |
hashCode() |
ApplicationHeader |
setCrDate(XMLGregorianCalendar value)
Sets the value of the crDate property.
|
ApplicationHeader |
setDup(DuplicateIndication value)
Sets the value of the dup property.
|
ApplicationHeader |
setFrom(EntityIdentification value)
Sets the value of the from property.
|
ApplicationHeader |
setMsgName(String value)
Sets the value of the msgName property.
|
ApplicationHeader |
setMsgRef(String value)
Sets the value of the msgRef property.
|
ApplicationHeader |
setSvcName(String value)
Sets the value of the svcName property.
|
ApplicationHeader |
setTo(EntityIdentification value)
Sets the value of the to property.
|
String |
toString() |
protected EntityIdentification from
protected EntityIdentification to
protected String svcName
protected String msgName
protected String msgRef
protected XMLGregorianCalendar crDate
protected DuplicateIndication dup
public EntityIdentification getFrom()
EntityIdentificationpublic ApplicationHeader setFrom(EntityIdentification value)
value - allowed object is
EntityIdentificationpublic EntityIdentification getTo()
EntityIdentificationpublic ApplicationHeader setTo(EntityIdentification value)
value - allowed object is
EntityIdentificationpublic String getSvcName()
Stringpublic ApplicationHeader setSvcName(String value)
value - allowed object is
Stringpublic String getMsgName()
Stringpublic ApplicationHeader setMsgName(String value)
value - allowed object is
Stringpublic String getMsgRef()
Stringpublic ApplicationHeader setMsgRef(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCrDate()
XMLGregorianCalendarpublic ApplicationHeader setCrDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic DuplicateIndication getDup()
DuplicateIndicationpublic ApplicationHeader setDup(DuplicateIndication value)
value - allowed object is
DuplicateIndicationpublic final void copyTo(ApplicationHeader target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<ApplicationHeader>target - the object where these attributes will be copied. may be null, in which case nothing happens.