Class CardTerminalInfoType.IPAddress
java.lang.Object
de.gematik.ws.conn.cardterminalinfo.v8.CardTerminalInfoType.IPAddress
- Enclosing class:
- CardTerminalInfoType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ipv4Address property.Gets the value of the ipv6Address property.voidsetIPV4Address(String value) Sets the value of the ipv4Address property.voidsetIPV6Address(String value) Sets the value of the ipv6Address property.
-
Field Details
-
ipv4Address
-
ipv6Address
-
-
Constructor Details
-
IPAddress
public IPAddress()
-
-
Method Details
-
getIPV4Address
Gets the value of the ipv4Address property.- Returns:
- possible object is
String
-
setIPV4Address
Sets the value of the ipv4Address property.- Parameters:
value- allowed object isString
-
getIPV6Address
Gets the value of the ipv6Address property.- Returns:
- possible object is
String
-
setIPV6Address
Sets the value of the ipv6Address property.- Parameters:
value- allowed object isString
-