Class CardTerminalInfoType
java.lang.Object
de.gematik.ws.conn.cardterminalinfo.v8.CardTerminalInfoType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected CardTerminalInfoType.IPAddressprotected booleanprotected Stringprotected Stringprotected ProductInformationprotected BigIntegerprotected WorkplaceIds -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCtId()Gets the value of the ctId property.Gets the value of the ipAddress property.Gets the value of the macAddress property.getName()Gets the value of the name property.Gets the value of the productInformation property.getSlots()Gets the value of the slots property.Gets the value of the workplaceIds property.booleanGets the value of the connected property.booleanGets the value of the isphysical property.voidsetConnected(boolean value) Sets the value of the connected property.voidSets the value of the ctId property.voidSets the value of the ipAddress property.voidsetISPHYSICAL(boolean value) Sets the value of the isphysical property.voidsetMacAddress(String value) Sets the value of the macAddress property.voidSets the value of the name property.voidSets the value of the productInformation property.voidsetSlots(BigInteger value) Sets the value of the slots property.voidsetWorkplaceIds(WorkplaceIds value) Sets the value of the workplaceIds property.
-
Field Details
-
productInformation
-
ctId
-
workplaceIds
-
name
-
macAddress
-
ipAddress
-
slots
-
isphysical
protected boolean isphysical -
connected
protected boolean connected
-
-
Constructor Details
-
CardTerminalInfoType
public CardTerminalInfoType()
-
-
Method Details
-
getProductInformation
Gets the value of the productInformation property.- Returns:
- possible object is
ProductInformation
-
setProductInformation
Sets the value of the productInformation property.- Parameters:
value- allowed object isProductInformation
-
getCtId
Gets the value of the ctId property.- Returns:
- possible object is
String
-
setCtId
Sets the value of the ctId property.- Parameters:
value- allowed object isString
-
getWorkplaceIds
Gets the value of the workplaceIds property.- Returns:
- possible object is
WorkplaceIds
-
setWorkplaceIds
Sets the value of the workplaceIds property.- Parameters:
value- allowed object isWorkplaceIds
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMacAddress
Gets the value of the macAddress property.- Returns:
- possible object is
String
-
setMacAddress
Sets the value of the macAddress property.- Parameters:
value- allowed object isString
-
getIPAddress
Gets the value of the ipAddress property.- Returns:
- possible object is
CardTerminalInfoType.IPAddress
-
setIPAddress
Sets the value of the ipAddress property.- Parameters:
value- allowed object isCardTerminalInfoType.IPAddress
-
getSlots
Gets the value of the slots property.- Returns:
- possible object is
BigInteger
-
setSlots
Sets the value of the slots property.- Parameters:
value- allowed object isBigInteger
-
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.
-