Class X509DataInfoListType.X509DataInfo.X509Data
java.lang.Object
de.gematik.ws.conn.certificateservicecommon.v2.X509DataInfoListType.X509DataInfo.X509Data
- Enclosing class:
- X509DataInfoListType.X509DataInfo
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="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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the x509Certificate property.Gets the value of the x509IssuerSerial property.Gets the value of the x509SubjectName property.voidsetX509Certificate(byte[] value) Sets the value of the x509Certificate property.voidSets the value of the x509IssuerSerial property.voidsetX509SubjectName(String value) Sets the value of the x509SubjectName property.
-
Field Details
-
x509IssuerSerial
-
x509SubjectName
-
x509Certificate
protected byte[] x509Certificate
-
-
Constructor Details
-
X509Data
public X509Data()
-
-
Method Details
-
getX509IssuerSerial
Gets the value of the x509IssuerSerial property.- Returns:
- possible object is
X509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial
-
setX509IssuerSerial
Sets the value of the x509IssuerSerial property.- Parameters:
value- allowed object isX509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial
-
getX509SubjectName
Gets the value of the x509SubjectName property.- Returns:
- possible object is
String
-
setX509SubjectName
Sets the value of the x509SubjectName property.- Parameters:
value- allowed object isString
-
getX509Certificate
public byte[] getX509Certificate()Gets the value of the x509Certificate property.- Returns:
- possible object is byte[]
-
setX509Certificate
public void setX509Certificate(byte[] value) Sets the value of the x509Certificate property.- Parameters:
value- allowed object is byte[]
-