Class X509DataInfoListType.X509DataInfo
java.lang.Object
de.gematik.ws.conn.certificateservicecommon.v2.X509DataInfoListType.X509DataInfo
- Enclosing class:
- X509DataInfoListType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
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 certRef property.Gets the value of the x509Data property.voidsetCertRef(CertRefEnum value) Sets the value of the certRef property.voidSets the value of the x509Data property.
-
Field Details
-
certRef
-
x509Data
-
-
Constructor Details
-
X509DataInfo
public X509DataInfo()
-
-
Method Details
-
getCertRef
Gets the value of the certRef property.- Returns:
- possible object is
CertRefEnum
-
setCertRef
Sets the value of the certRef property.- Parameters:
value- allowed object isCertRefEnum
-
getX509Data
Gets the value of the x509Data property.- Returns:
- possible object is
X509DataInfoListType.X509DataInfo.X509Data
-
setX509Data
Sets the value of the x509Data property.- Parameters:
value- allowed object isX509DataInfoListType.X509DataInfo.X509Data
-