Class CardTerminalInfoType

java.lang.Object
de.gematik.ws.conn.cardterminalinfo.v8.CardTerminalInfoType

public class CardTerminalInfoType extends Object
Kartenterminal

Java class for CardTerminalInfoType complex type.

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

 <complexType name="CardTerminalInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductInformation"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}CtId"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}WorkplaceIds"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MacAddress" type="{http://ws.gematik.de/conn/CardTerminalInfo/v8.0}mac"/>
         <element name="IPAddress" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="IPV4Address" type="{http://ws.gematik.de/conn/CardTerminalInfo/v8.0}ipv4"/>
                   <element name="IPV6Address" type="{http://ws.gematik.de/conn/CardTerminalInfo/v8.0}ipv6"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Slots" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="IS_PHYSICAL" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Connected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CardTerminalInfoType

      public CardTerminalInfoType()
  • Method Details

    • getProductInformation

      public ProductInformation getProductInformation()
      Gets the value of the productInformation property.
      Returns:
      possible object is ProductInformation
    • setProductInformation

      public void setProductInformation(ProductInformation value)
      Sets the value of the productInformation property.
      Parameters:
      value - allowed object is ProductInformation
    • getCtId

      public String getCtId()
      Gets the value of the ctId property.
      Returns:
      possible object is String
    • setCtId

      public void setCtId(String value)
      Sets the value of the ctId property.
      Parameters:
      value - allowed object is String
    • getWorkplaceIds

      public WorkplaceIds getWorkplaceIds()
      Gets the value of the workplaceIds property.
      Returns:
      possible object is WorkplaceIds
    • setWorkplaceIds

      public void setWorkplaceIds(WorkplaceIds value)
      Sets the value of the workplaceIds property.
      Parameters:
      value - allowed object is WorkplaceIds
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getMacAddress

      public String getMacAddress()
      Gets the value of the macAddress property.
      Returns:
      possible object is String
    • setMacAddress

      public void setMacAddress(String value)
      Sets the value of the macAddress property.
      Parameters:
      value - allowed object is String
    • getIPAddress

      public CardTerminalInfoType.IPAddress getIPAddress()
      Gets the value of the ipAddress property.
      Returns:
      possible object is CardTerminalInfoType.IPAddress
    • setIPAddress

      public void setIPAddress(CardTerminalInfoType.IPAddress value)
      Sets the value of the ipAddress property.
      Parameters:
      value - allowed object is CardTerminalInfoType.IPAddress
    • getSlots

      public BigInteger getSlots()
      Gets the value of the slots property.
      Returns:
      possible object is BigInteger
    • setSlots

      public void setSlots(BigInteger value)
      Sets the value of the slots property.
      Parameters:
      value - allowed object is BigInteger
    • isISPHYSICAL

      public boolean isISPHYSICAL()
      Gets the value of the isphysical property.
    • setISPHYSICAL

      public void setISPHYSICAL(boolean value)
      Sets the value of the isphysical property.
    • isConnected

      public boolean isConnected()
      Gets the value of the connected property.
    • setConnected

      public void setConnected(boolean value)
      Sets the value of the connected property.