Class Signer8
java.lang.Object
org.coderic.iso20022.messages.caaa.Signer8
Java class for Signer8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Signer8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number" minOccurs="0"/> <element name="SgnrId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Recipient13Choice" minOccurs="0"/> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification36"/> <element name="SgndAttrbts" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericInformation1" maxOccurs="unbounded" minOccurs="0"/> <element name="SgntrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification33"/> <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}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
(Recipient13Choice 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
-
Signer8
public Signer8()
-
-
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
Recipient13Choice
-
setSgnrId
Sets the value of the sgnrId property.- Parameters:
value
- allowed object isRecipient13Choice
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
AlgorithmIdentification36
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification36
-
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
AlgorithmIdentification33
-
setSgntrAlgo
Sets the value of the sgntrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification33
-
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[]
-