Class BusinessApplicationHeaderV01TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.head_001_001.BusinessApplicationHeaderV01TCH
Release 2.9 (2019)
Java class for BusinessApplicationHeaderV01_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessApplicationHeaderV01_TCH">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Fr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}Party9ChoiceBAH_TCH"/>
<element name="To" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}Party9ChoiceBAH_TCH"/>
<element name="BizMsgIdr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}Max35Text_TCH"/>
<element name="MsgDefIdr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}OrigMsgName"/>
<element name="BizSvc" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}Max35Text" minOccurs="0"/>
<element name="CreDt" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}ISONormalisedDateTime"/>
<element name="CpyDplct" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}CopyDuplicate1Code" minOccurs="0"/>
<element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}SignatureEnvelope" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected CopyDuplicate1Codeprotected XMLGregorianCalendarprotected Party9ChoiceBAHTCHprotected OrigMsgNameprotected SignatureEnvelopeprotected Party9ChoiceBAHTCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bizMsgIdr property.Gets the value of the bizSvc property.Gets the value of the cpyDplct property.getCreDt()Gets the value of the creDt property.getFr()Gets the value of the fr property.Gets the value of the msgDefIdr property.getSgntr()Gets the value of the sgntr property.getTo()Gets the value of the to property.voidsetBizMsgIdr(String value) Sets the value of the bizMsgIdr property.voidSets the value of the bizSvc property.voidsetCpyDplct(CopyDuplicate1Code value) Sets the value of the cpyDplct property.voidsetCreDt(XMLGregorianCalendar value) Sets the value of the creDt property.voidsetFr(Party9ChoiceBAHTCH value) Sets the value of the fr property.voidsetMsgDefIdr(OrigMsgName value) Sets the value of the msgDefIdr property.voidsetSgntr(SignatureEnvelope value) Sets the value of the sgntr property.voidsetTo(Party9ChoiceBAHTCH value) Sets the value of the to property.
-
Field Details
-
fr
-
to
-
bizMsgIdr
-
msgDefIdr
-
bizSvc
-
creDt
-
cpyDplct
-
sgntr
-
-
Constructor Details
-
BusinessApplicationHeaderV01TCH
public BusinessApplicationHeaderV01TCH()
-
-
Method Details
-
getFr
Gets the value of the fr property.- Returns:
- possible object is
Party9ChoiceBAHTCH
-
setFr
Sets the value of the fr property.- Parameters:
value- allowed object isParty9ChoiceBAHTCH
-
getTo
Gets the value of the to property.- Returns:
- possible object is
Party9ChoiceBAHTCH
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isParty9ChoiceBAHTCH
-
getBizMsgIdr
Gets the value of the bizMsgIdr property.- Returns:
- possible object is
String
-
setBizMsgIdr
Sets the value of the bizMsgIdr property.- Parameters:
value- allowed object isString
-
getMsgDefIdr
Gets the value of the msgDefIdr property.- Returns:
- possible object is
OrigMsgName
-
setMsgDefIdr
Sets the value of the msgDefIdr property.- Parameters:
value- allowed object isOrigMsgName
-
getBizSvc
Gets the value of the bizSvc property.- Returns:
- possible object is
String
-
setBizSvc
Sets the value of the bizSvc property.- Parameters:
value- allowed object isString
-
getCreDt
Gets the value of the creDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDt
Sets the value of the creDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCpyDplct
Gets the value of the cpyDplct property.- Returns:
- possible object is
CopyDuplicate1Code
-
setCpyDplct
Sets the value of the cpyDplct property.- Parameters:
value- allowed object isCopyDuplicate1Code
-
getSgntr
Gets the value of the sgntr property.- Returns:
- possible object is
SignatureEnvelope
-
setSgntr
Sets the value of the sgntr property.- Parameters:
value- allowed object isSignatureEnvelope
-