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