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 String
protected String
protected CopyDuplicate1Code
protected XMLGregorianCalendar
protected Party9ChoiceBAHTCH
protected OrigMsgName
protected SignatureEnvelope
protected 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.void
setBizMsgIdr
(String value) Sets the value of the bizMsgIdr property.void
Sets the value of the bizSvc property.void
setCpyDplct
(CopyDuplicate1Code value) Sets the value of the cpyDplct property.void
setCreDt
(XMLGregorianCalendar value) Sets the value of the creDt property.void
setFr
(Party9ChoiceBAHTCH value) Sets the value of the fr property.void
setMsgDefIdr
(OrigMsgName value) Sets the value of the msgDefIdr property.void
setSgntr
(SignatureEnvelope value) Sets the value of the sgntr property.void
setTo
(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
-