Class SignedData9
Java class for SignedData9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedData9"> <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="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification36" maxOccurs="unbounded" minOccurs="0"/> <element name="NcpsltdCntt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}EncapsulatedContent3" minOccurs="0"/> <element name="Cert" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max5000Binary" maxOccurs="unbounded" minOccurs="0"/> <element name="Sgnr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Signer8" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<byte[]>
getCert()
Gets the value of the cert property.Gets the value of the dgstAlgo property.Gets the value of the ncpsltdCntt property.getSgnr()
Gets the value of the sgnr property.getVrsn()
Gets the value of the vrsn property.void
Sets the value of the ncpsltdCntt property.void
setVrsn
(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
SignedData9
public SignedData9()
-
-
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
-
getDgstAlgo
Gets the value of the dgstAlgo 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 dgstAlgo property.For example, to add a new item, do as follows:
getDgstAlgo().add(newItem);
Objects of the following type(s) are allowed in the list
AlgorithmIdentification36
-
getNcpsltdCntt
Gets the value of the ncpsltdCntt property.- Returns:
- possible object is
EncapsulatedContent3
-
setNcpsltdCntt
Sets the value of the ncpsltdCntt property.- Parameters:
value
- allowed object isEncapsulatedContent3
-
getCert
Gets the value of the cert 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 cert property.For example, to add a new item, do as follows:
getCert().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
-
getSgnr
Gets the value of the sgnr 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 sgnr property.For example, to add a new item, do as follows:
getSgnr().add(newItem);
Objects of the following type(s) are allowed in the list
Signer8
-