@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") 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 TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.