Class CryptographicKey18
Java class for CryptographicKey18 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptographicKey18">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max350Text"/>
<element name="AddtlId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Binary" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max256Text" minOccurs="0"/>
<element name="SctyPrfl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
<element name="ItmNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
<element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max256Text"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CryptographicKeyType3Code" minOccurs="0"/>
<element name="Fctn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}KeyUsage1Code" maxOccurs="unbounded" minOccurs="0"/>
<element name="ActvtnDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODateTime" minOccurs="0"/>
<element name="DeactvtnDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODateTime" minOccurs="0"/>
<element name="KeyVal" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType39" minOccurs="0"/>
<element name="CmpntWthAuthrsdAccs" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}GenericIdentification186" maxOccurs="unbounded" minOccurs="0"/>
<element name="PrtctdCmpntWthAuthrsdAccs" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType39" maxOccurs="unbounded" minOccurs="0"/>
<element name="KeyChckVal" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Binary" minOccurs="0"/>
<element name="AddtlMgmtInf" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}GenericInformation1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actvtnDt property.byte[]Gets the value of the addtlId property.Gets the value of the addtlMgmtInf property.Gets the value of the cmpntWthAuthrsdAccs property.Gets the value of the deactvtnDt property.getFctn()Gets the value of the fctn property.getId()Gets the value of the id property.getItmNb()Gets the value of the itmNb property.byte[]Gets the value of the keyChckVal property.Gets the value of the keyVal property.getNm()Gets the value of the nm property.Gets the value of the prtctdCmpntWthAuthrsdAccs property.Gets the value of the sctyPrfl property.getTp()Gets the value of the tp property.getVrsn()Gets the value of the vrsn property.voidsetActvtnDt(XMLGregorianCalendar value) Sets the value of the actvtnDt property.voidsetAddtlId(byte[] value) Sets the value of the addtlId property.voidSets the value of the deactvtnDt property.voidSets the value of the id property.voidSets the value of the itmNb property.voidsetKeyChckVal(byte[] value) Sets the value of the keyChckVal property.voidSets the value of the keyVal property.voidSets the value of the nm property.voidsetSctyPrfl(String value) Sets the value of the sctyPrfl property.voidsetTp(CryptographicKeyType3Code value) Sets the value of the tp property.voidSets the value of the vrsn property.
-
Constructor Details
-
CryptographicKey18
public CryptographicKey18()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getAddtlId
public byte[] getAddtlId()Gets the value of the addtlId property.- Returns:
- possible object is byte[]
-
setAddtlId
public void setAddtlId(byte[] value) Sets the value of the addtlId property.- Parameters:
value- allowed object is byte[]
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value- allowed object isString
-
getSctyPrfl
Gets the value of the sctyPrfl property.- Returns:
- possible object is
String
-
setSctyPrfl
Sets the value of the sctyPrfl property.- Parameters:
value- allowed object isString
-
getItmNb
Gets the value of the itmNb property.- Returns:
- possible object is
String
-
setItmNb
Sets the value of the itmNb property.- Parameters:
value- allowed object isString
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
String
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value- allowed object isString
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
CryptographicKeyType3Code
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isCryptographicKeyType3Code
-
getFctn
Gets the value of the fctn 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
setmethod for the fctn property.For example, to add a new item, do as follows:
getFctn().add(newItem);Objects of the following type(s) are allowed in the list
KeyUsage1Code -
getActvtnDt
Gets the value of the actvtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setActvtnDt
Sets the value of the actvtnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDeactvtnDt
Gets the value of the deactvtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDeactvtnDt
Sets the value of the deactvtnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getKeyVal
Gets the value of the keyVal property.- Returns:
- possible object is
ContentInformationType39
-
setKeyVal
Sets the value of the keyVal property.- Parameters:
value- allowed object isContentInformationType39
-
getCmpntWthAuthrsdAccs
Gets the value of the cmpntWthAuthrsdAccs 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
setmethod for the cmpntWthAuthrsdAccs property.For example, to add a new item, do as follows:
getCmpntWthAuthrsdAccs().add(newItem);Objects of the following type(s) are allowed in the list
GenericIdentification186 -
getPrtctdCmpntWthAuthrsdAccs
Gets the value of the prtctdCmpntWthAuthrsdAccs 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
setmethod for the prtctdCmpntWthAuthrsdAccs property.For example, to add a new item, do as follows:
getPrtctdCmpntWthAuthrsdAccs().add(newItem);Objects of the following type(s) are allowed in the list
ContentInformationType39 -
getKeyChckVal
public byte[] getKeyChckVal()Gets the value of the keyChckVal property.- Returns:
- possible object is byte[]
-
setKeyChckVal
public void setKeyChckVal(byte[] value) Sets the value of the keyChckVal property.- Parameters:
value- allowed object is byte[]
-
getAddtlMgmtInf
Gets the value of the addtlMgmtInf 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
setmethod for the addtlMgmtInf property.For example, to add a new item, do as follows:
getAddtlMgmtInf().add(newItem);Objects of the following type(s) are allowed in the list
GenericInformation1
-