Package org.cxml
Class DsX509Data
java.lang.Object
org.cxml.DsX509Data
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL property.
-
Field Details
-
dsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL
-
-
Constructor Details
-
DsX509Data
public DsX509Data()
-
-
Method Details
-
getDsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL
public List<Object> getDsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL()Gets the value of the dsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL 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 JAXB object. This is why there is not a
setmethod for the dsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL property.For example, to add a new item, do as follows:
getDsX509IssuerSerialOrDsX509SKIOrDsX509SubjectNameOrDsX509CertificateOrDsX509CRL().add(newItem);Objects of the following type(s) are allowed in the list
DsX509CRLDsX509CertificateDsX509IssuerSerialDsX509SKIDsX509SubjectName
-