public class BusinessApplicationHeaderV01 extends java.lang.Object implements CopyableTo<BusinessApplicationHeaderV01>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bizMsgIdr |
protected java.lang.String |
bizSvc |
protected java.lang.String |
charSet |
protected CopyDuplicate1Code |
cpyDplct |
protected javax.xml.datatype.XMLGregorianCalendar |
creDt |
protected Party9Choice |
fr |
protected java.lang.String |
msgDefIdr |
protected java.lang.String |
prty |
protected java.lang.Boolean |
pssblDplct |
protected BusinessApplicationHeader1 |
rltd |
protected SignatureEnvelope |
sgntr |
protected Party9Choice |
to |
| Constructor and Description |
|---|
BusinessApplicationHeaderV01() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(BusinessApplicationHeaderV01 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getBizMsgIdr()
Gets the value of the bizMsgIdr property.
|
java.lang.String |
getBizSvc()
Gets the value of the bizSvc property.
|
java.lang.String |
getCharSet()
Gets the value of the charSet property.
|
CopyDuplicate1Code |
getCpyDplct()
Gets the value of the cpyDplct property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCreDt()
Gets the value of the creDt property.
|
Party9Choice |
getFr()
Gets the value of the fr property.
|
java.lang.String |
getMsgDefIdr()
Gets the value of the msgDefIdr property.
|
java.lang.String |
getPrty()
Gets the value of the prty property.
|
BusinessApplicationHeader1 |
getRltd()
Gets the value of the rltd property.
|
SignatureEnvelope |
getSgntr()
Gets the value of the sgntr property.
|
Party9Choice |
getTo()
Gets the value of the to property.
|
int |
hashCode() |
java.lang.Boolean |
isPssblDplct()
Gets the value of the pssblDplct property.
|
BusinessApplicationHeaderV01 |
setBizMsgIdr(java.lang.String value)
Sets the value of the bizMsgIdr property.
|
BusinessApplicationHeaderV01 |
setBizSvc(java.lang.String value)
Sets the value of the bizSvc property.
|
BusinessApplicationHeaderV01 |
setCharSet(java.lang.String value)
Sets the value of the charSet property.
|
BusinessApplicationHeaderV01 |
setCpyDplct(CopyDuplicate1Code value)
Sets the value of the cpyDplct property.
|
BusinessApplicationHeaderV01 |
setCreDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creDt property.
|
BusinessApplicationHeaderV01 |
setFr(Party9Choice value)
Sets the value of the fr property.
|
BusinessApplicationHeaderV01 |
setMsgDefIdr(java.lang.String value)
Sets the value of the msgDefIdr property.
|
BusinessApplicationHeaderV01 |
setPrty(java.lang.String value)
Sets the value of the prty property.
|
BusinessApplicationHeaderV01 |
setPssblDplct(java.lang.Boolean value)
Sets the value of the pssblDplct property.
|
BusinessApplicationHeaderV01 |
setRltd(BusinessApplicationHeader1 value)
Sets the value of the rltd property.
|
BusinessApplicationHeaderV01 |
setSgntr(SignatureEnvelope value)
Sets the value of the sgntr property.
|
BusinessApplicationHeaderV01 |
setTo(Party9Choice value)
Sets the value of the to property.
|
java.lang.String |
toString() |
protected java.lang.String charSet
protected Party9Choice fr
protected Party9Choice to
protected java.lang.String bizMsgIdr
protected java.lang.String msgDefIdr
protected java.lang.String bizSvc
protected javax.xml.datatype.XMLGregorianCalendar creDt
protected CopyDuplicate1Code cpyDplct
protected java.lang.Boolean pssblDplct
protected java.lang.String prty
protected SignatureEnvelope sgntr
protected BusinessApplicationHeader1 rltd
public java.lang.String getCharSet()
Stringpublic BusinessApplicationHeaderV01 setCharSet(java.lang.String value)
value - allowed object is
Stringpublic Party9Choice getFr()
Party9Choicepublic BusinessApplicationHeaderV01 setFr(Party9Choice value)
value - allowed object is
Party9Choicepublic Party9Choice getTo()
Party9Choicepublic BusinessApplicationHeaderV01 setTo(Party9Choice value)
value - allowed object is
Party9Choicepublic java.lang.String getBizMsgIdr()
Stringpublic BusinessApplicationHeaderV01 setBizMsgIdr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMsgDefIdr()
Stringpublic BusinessApplicationHeaderV01 setMsgDefIdr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBizSvc()
Stringpublic BusinessApplicationHeaderV01 setBizSvc(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCreDt()
XMLGregorianCalendarpublic BusinessApplicationHeaderV01 setCreDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic CopyDuplicate1Code getCpyDplct()
CopyDuplicate1Codepublic BusinessApplicationHeaderV01 setCpyDplct(CopyDuplicate1Code value)
value - allowed object is
CopyDuplicate1Codepublic java.lang.Boolean isPssblDplct()
Booleanpublic BusinessApplicationHeaderV01 setPssblDplct(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPrty()
Stringpublic BusinessApplicationHeaderV01 setPrty(java.lang.String value)
value - allowed object is
Stringpublic SignatureEnvelope getSgntr()
SignatureEnvelopepublic BusinessApplicationHeaderV01 setSgntr(SignatureEnvelope value)
value - allowed object is
SignatureEnvelopepublic BusinessApplicationHeader1 getRltd()
BusinessApplicationHeader1public BusinessApplicationHeaderV01 setRltd(BusinessApplicationHeader1 value)
value - allowed object is
BusinessApplicationHeader1public 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(BusinessApplicationHeaderV01 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<BusinessApplicationHeaderV01>target - the object where these attributes will be copied. may be null, in which case nothing happens.