@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") public class ResponderIDType extends Object implements Serializable
Java class for ResponderIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponderIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="ByName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ByKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ResponderIDType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByKey()
Gets the value of the byKey property.
|
String |
getByName()
Gets the value of the byName property.
|
void |
setByKey(byte[] value)
Sets the value of the byKey property.
|
void |
setByName(String value)
Sets the value of the byName property.
|
public byte[] getByKey()
public void setByKey(byte[] value)
value - allowed object is
byte[]public String getByName()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.