Class GetResourceInformationResponse

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

public class GetResourceInformationResponse 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}Card" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardTerminalInfo/v8.0}CardTerminal" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Connector" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GetResourceInformationResponse

      public GetResourceInformationResponse()
  • 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
    • getCard

      public CardInfoType getCard()
      Gets the value of the card property.
      Returns:
      possible object is CardInfoType
    • setCard

      public void setCard(CardInfoType value)
      Sets the value of the card property.
      Parameters:
      value - allowed object is CardInfoType
    • getCardTerminal

      public CardTerminalInfoType getCardTerminal()
      Gets the value of the cardTerminal property.
      Returns:
      possible object is CardTerminalInfoType
    • setCardTerminal

      public void setCardTerminal(CardTerminalInfoType value)
      Sets the value of the cardTerminal property.
      Parameters:
      value - allowed object is CardTerminalInfoType
    • getConnector

      public Connector getConnector()
      Gets the value of the connector property.
      Returns:
      possible object is Connector
    • setConnector

      public void setConnector(Connector value)
      Sets the value of the connector property.
      Parameters:
      value - allowed object is Connector