public class ApplicationHeader extends java.lang.Object implements CopyableTo<ApplicationHeader>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
crDate |
protected DuplicateIndication |
dup |
protected EntityIdentification |
from |
protected java.lang.String |
msgName |
protected java.lang.String |
msgRef |
protected java.lang.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(java.lang.Object that) |
javax.xml.datatype.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.
|
java.lang.String |
getMsgName()
Gets the value of the msgName property.
|
java.lang.String |
getMsgRef()
Gets the value of the msgRef property.
|
java.lang.String |
getSvcName()
Gets the value of the svcName property.
|
EntityIdentification |
getTo()
Gets the value of the to property.
|
int |
hashCode() |
ApplicationHeader |
setCrDate(javax.xml.datatype.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(java.lang.String value)
Sets the value of the msgName property.
|
ApplicationHeader |
setMsgRef(java.lang.String value)
Sets the value of the msgRef property.
|
ApplicationHeader |
setSvcName(java.lang.String value)
Sets the value of the svcName property.
|
ApplicationHeader |
setTo(EntityIdentification value)
Sets the value of the to property.
|
java.lang.String |
toString() |
protected EntityIdentification from
protected EntityIdentification to
protected java.lang.String svcName
protected java.lang.String msgName
protected java.lang.String msgRef
protected javax.xml.datatype.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 java.lang.String getSvcName()
Stringpublic ApplicationHeader setSvcName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMsgName()
Stringpublic ApplicationHeader setMsgName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMsgRef()
Stringpublic ApplicationHeader setMsgRef(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCrDate()
XMLGregorianCalendarpublic ApplicationHeader setCrDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic DuplicateIndication getDup()
DuplicateIndicationpublic ApplicationHeader setDup(DuplicateIndication value)
value - allowed object is
DuplicateIndicationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.