Class BusinessApplicationHeader1
java.lang.Object
org.coderic.iso20022.messages.tsin.BusinessApplicationHeader1
Java class for BusinessApplicationHeader1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessApplicationHeader1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CharSet" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}UnicodeChartsCode" minOccurs="0"/> <element name="Fr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Party9Choice"/> <element name="To" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Party9Choice"/> <element name="BizMsgIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="MsgDefIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="BizSvc" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/> <element name="CreDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISONormalisedDateTime"/> <element name="CpyDplct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CopyDuplicate1Code" minOccurs="0"/> <element name="PssblDplct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}YesNoIndicator" minOccurs="0"/> <element name="Prty" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BusinessMessagePriorityCode" minOccurs="0"/> <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}SignatureEnvelope" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bizMsgIdr property.Gets the value of the bizSvc property.Gets the value of the charSet 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.getPrty()
Gets the value of the prty property.getSgntr()
Gets the value of the sgntr property.getTo()
Gets the value of the to property.Gets the value of the pssblDplct property.void
setBizMsgIdr
(String value) Sets the value of the bizMsgIdr property.void
Sets the value of the bizSvc property.void
setCharSet
(String value) Sets the value of the charSet 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
(Party9Choice value) Sets the value of the fr property.void
setMsgDefIdr
(String value) Sets the value of the msgDefIdr property.void
Sets the value of the prty property.void
setPssblDplct
(Boolean value) Sets the value of the pssblDplct property.void
setSgntr
(SignatureEnvelope value) Sets the value of the sgntr property.void
setTo
(Party9Choice value) Sets the value of the to property.
-
Constructor Details
-
BusinessApplicationHeader1
public BusinessApplicationHeader1()
-
-
Method Details
-
getCharSet
Gets the value of the charSet property.- Returns:
- possible object is
String
-
setCharSet
Sets the value of the charSet property.- Parameters:
value
- allowed object isString
-
getFr
Gets the value of the fr property.- Returns:
- possible object is
Party9Choice
-
setFr
Sets the value of the fr property.- Parameters:
value
- allowed object isParty9Choice
-
getTo
Gets the value of the to property.- Returns:
- possible object is
Party9Choice
-
setTo
Sets the value of the to property.- Parameters:
value
- allowed object isParty9Choice
-
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
String
-
setMsgDefIdr
Sets the value of the msgDefIdr property.- Parameters:
value
- allowed object isString
-
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
-
isPssblDplct
Gets the value of the pssblDplct property.- Returns:
- possible object is
Boolean
-
setPssblDplct
Sets the value of the pssblDplct property.- Parameters:
value
- allowed object isBoolean
-
getPrty
Gets the value of the prty property.- Returns:
- possible object is
String
-
setPrty
Sets the value of the prty property.- Parameters:
value
- allowed object isString
-
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
-