Class GetCardsResponse

java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetCardsResponse

public class GetCardsResponse 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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
         <element ref="{http://ws.gematik.de/conn/CardService/v8.1}Cards"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • status

      protected Status status
    • cards

      protected Cards cards
  • Constructor Details

    • GetCardsResponse

      public GetCardsResponse()
  • Method Details

    • getStatus

      public Status getStatus()
      Gets the value of the status property.
      Returns:
      possible object is Status
    • setStatus

      public void setStatus(Status value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Status
    • getCards

      public Cards getCards()
      Gets the value of the cards property.
      Returns:
      possible object is Cards
    • setCards

      public void setCards(Cards value)
      Sets the value of the cards property.
      Parameters:
      value - allowed object is Cards