Class Signer4
java.lang.Object
org.coderic.iso20022.messages.cafm.Signer4
Java class for Signer4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Signer4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/> <element name="SgnrId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Recipient5Choice" minOccurs="0"/> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification21"/> <element name="SgndAttrbts" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GenericInformation1" maxOccurs="unbounded" minOccurs="0"/> <element name="SgntrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification20"/> <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max3000Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgstAlgo property.Gets the value of the sgndAttrbts property.Gets the value of the sgnrId property.byte[]
getSgntr()
Gets the value of the sgntr property.Gets the value of the sgntrAlgo property.getVrsn()
Gets the value of the vrsn property.void
Sets the value of the dgstAlgo property.void
setSgnrId
(Recipient5Choice value) Sets the value of the sgnrId property.void
setSgntr
(byte[] value) Sets the value of the sgntr property.void
Sets the value of the sgntrAlgo property.void
setVrsn
(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
Signer4
public Signer4()
-
-
Method Details
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
BigDecimal
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isBigDecimal
-
getSgnrId
Gets the value of the sgnrId property.- Returns:
- possible object is
Recipient5Choice
-
setSgnrId
Sets the value of the sgnrId property.- Parameters:
value
- allowed object isRecipient5Choice
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
AlgorithmIdentification21
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification21
-
getSgndAttrbts
Gets the value of the sgndAttrbts property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the sgndAttrbts property.For example, to add a new item, do as follows:
getSgndAttrbts().add(newItem);
Objects of the following type(s) are allowed in the list
GenericInformation1
-
getSgntrAlgo
Gets the value of the sgntrAlgo property.- Returns:
- possible object is
AlgorithmIdentification20
-
setSgntrAlgo
Sets the value of the sgntrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification20
-
getSgntr
public byte[] getSgntr()Gets the value of the sgntr property.- Returns:
- possible object is byte[]
-
setSgntr
public void setSgntr(byte[] value) Sets the value of the sgntr property.- Parameters:
value
- allowed object is byte[]
-