Class CardInfoErrType

java.lang.Object
de.gematik.ws.conn.cardservice.v8.CardInfoType
de.gematik.ws.conn.cardservice.v8.CardInfoErrType

public class CardInfoErrType extends CardInfoType

Java class for CardInfoErrType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CardInfoErrType">
   <complexContent>
     <extension base="{http://ws.gematik.de/conn/CardService/v8.1}CardInfoType">
       <sequence>
         <element ref="{http://ws.gematik.de/tel/error/v2.0}Error" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • error

      protected Error error
  • Constructor Details

    • CardInfoErrType

      public CardInfoErrType()
  • Method Details

    • getError

      public Error getError()
      Gets the value of the error property.
      Returns:
      possible object is Error
    • setError

      public void setError(Error value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is Error