Class CryptographicKey13
Java class for CryptographicKey13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptographicKey13"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text"/> <element name="AddtlId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Binary" minOccurs="0"/> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CryptographicKeyType3Code" minOccurs="0"/> <element name="Fctn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}KeyUsage1Code" maxOccurs="unbounded" minOccurs="0"/> <element name="ActvtnDt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODateTime" minOccurs="0"/> <element name="DeactvtnDt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODateTime" minOccurs="0"/> <element name="KeyVal" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ContentInformationType19" minOccurs="0"/> <element name="KeyChckVal" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Binary" minOccurs="0"/> <element name="AddtlMgmtInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GenericInformation1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
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 deactvtnDt property.getFctn()
Gets the value of the fctn property.getId()
Gets the value of the id property.byte[]
Gets the value of the keyChckVal property.Gets the value of the keyVal property.getTp()
Gets the value of the tp property.getVrsn()
Gets the value of the vrsn property.void
setActvtnDt
(XMLGregorianCalendar value) Sets the value of the actvtnDt property.void
setAddtlId
(byte[] value) Sets the value of the addtlId property.void
Sets the value of the deactvtnDt property.void
Sets the value of the id property.void
setKeyChckVal
(byte[] value) Sets the value of the keyChckVal property.void
Sets the value of the keyVal property.void
setTp
(CryptographicKeyType3Code value) Sets the value of the tp property.void
Sets the value of the vrsn property.
-
Constructor Details
-
CryptographicKey13
public CryptographicKey13()
-
-
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[]
-
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
set
method 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
ContentInformationType19
-
setKeyVal
Sets the value of the keyVal property.- Parameters:
value
- allowed object isContentInformationType19
-
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
set
method 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
-