Class X509DataInfoListType
java.lang.Object
de.gematik.ws.conn.certificateservicecommon.v2.X509DataInfoListType
Java class for X509DataInfoListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509DataInfoListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X509DataInfo" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertRef" type="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}CertRefEnum"/>
<element name="X509Data" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X509IssuerSerial">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}X509Certificate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the x509DataInfo property.
-
Field Details
-
x509DataInfo
-
-
Constructor Details
-
X509DataInfoListType
public X509DataInfoListType()
-
-
Method Details
-
getX509DataInfo
Gets the value of the x509DataInfo 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 x509DataInfo property.For example, to add a new item, do as follows:
getX509DataInfo().add(newItem);Objects of the following type(s) are allowed in the list
X509DataInfoListType.X509DataInfo
-