Class X509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial

java.lang.Object
de.gematik.ws.conn.certificateservicecommon.v2.X509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial
Enclosing class:
X509DataInfoListType.X509DataInfo.X509Data

public static class X509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial extends Object

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="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • x509IssuerName

      protected String x509IssuerName
    • x509SerialNumber

      protected String x509SerialNumber
  • Constructor Details

    • X509IssuerSerial

      public X509IssuerSerial()
  • Method Details

    • getX509IssuerName

      public String getX509IssuerName()
      Gets the value of the x509IssuerName property.
      Returns:
      possible object is String
    • setX509IssuerName

      public void setX509IssuerName(String value)
      Sets the value of the x509IssuerName property.
      Parameters:
      value - allowed object is String
    • getX509SerialNumber

      public String getX509SerialNumber()
      Gets the value of the x509SerialNumber property.
      Returns:
      possible object is String
    • setX509SerialNumber

      public void setX509SerialNumber(String value)
      Sets the value of the x509SerialNumber property.
      Parameters:
      value - allowed object is String