@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:15+02:00", comments="JAXB RI v2.3.7") public class GetNewKeyResponseContent extends Object implements Serializable
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">
<sequence minOccurs="0">
<element name="NewKeyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="NewKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetNewKeyResponseContent() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNewKey()
Gets the value of the newKey property.
|
byte[] |
getNewKeyIdentifier()
Gets the value of the newKeyIdentifier property.
|
void |
setNewKey(byte[] value)
Sets the value of the newKey property.
|
void |
setNewKeyIdentifier(byte[] value)
Sets the value of the newKeyIdentifier property.
|
public byte[] getNewKeyIdentifier()
public void setNewKeyIdentifier(byte[] value)
value - allowed object is
byte[]public byte[] getNewKey()
public void setNewKey(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.