Class KeyTransport10
java.lang.Object
org.coderic.iso20022.messages.catm.KeyTransport10
Java class for KeyTransport10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyTransport10">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Number" minOccurs="0"/>
<element name="RcptId" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Recipient13Choice"/>
<element name="KeyNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}AlgorithmIdentification35"/>
<element name="NcrptdKey" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max5000Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyNcrptnAlgo property.byte[]Gets the value of the ncrptdKey property.Gets the value of the rcptId property.getVrsn()Gets the value of the vrsn property.voidSets the value of the keyNcrptnAlgo property.voidsetNcrptdKey(byte[] value) Sets the value of the ncrptdKey property.voidsetRcptId(Recipient13Choice value) Sets the value of the rcptId property.voidsetVrsn(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
KeyTransport10
public KeyTransport10()
-
-
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
-
getRcptId
Gets the value of the rcptId property.- Returns:
- possible object is
Recipient13Choice
-
setRcptId
Sets the value of the rcptId property.- Parameters:
value- allowed object isRecipient13Choice
-
getKeyNcrptnAlgo
Gets the value of the keyNcrptnAlgo property.- Returns:
- possible object is
AlgorithmIdentification35
-
setKeyNcrptnAlgo
Sets the value of the keyNcrptnAlgo property.- Parameters:
value- allowed object isAlgorithmIdentification35
-
getNcrptdKey
public byte[] getNcrptdKey()Gets the value of the ncrptdKey property.- Returns:
- possible object is byte[]
-
setNcrptdKey
public void setNcrptdKey(byte[] value) Sets the value of the ncrptdKey property.- Parameters:
value- allowed object is byte[]
-