Class CardTerminalInfoType.IPAddress

java.lang.Object
de.gematik.ws.conn.cardterminalinfo.v8.CardTerminalInfoType.IPAddress
Enclosing class:
CardTerminalInfoType

public static class CardTerminalInfoType.IPAddress 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">
       <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>
 
  • Field Details

    • ipv4Address

      protected String ipv4Address
    • ipv6Address

      protected String ipv6Address
  • Constructor Details

    • IPAddress

      public IPAddress()
  • Method Details

    • getIPV4Address

      public String getIPV4Address()
      Gets the value of the ipv4Address property.
      Returns:
      possible object is String
    • setIPV4Address

      public void setIPV4Address(String value)
      Sets the value of the ipv4Address property.
      Parameters:
      value - allowed object is String
    • getIPV6Address

      public String getIPV6Address()
      Gets the value of the ipv6Address property.
      Returns:
      possible object is String
    • setIPV6Address

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