be.fgov.ehealth.etee.kgss._1_0.protocol
Class GetNewKeyResponseContent

java.lang.Object
  extended by be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-04-04T03:42:02+02:00",
           comments="JAXB RI v2.3.6")
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>
 

See Also:
Serialized Form

Constructor Summary
GetNewKeyResponseContent()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNewKeyResponseContent

public GetNewKeyResponseContent()
Method Detail

getNewKeyIdentifier

public byte[] getNewKeyIdentifier()
Gets the value of the newKeyIdentifier property.

Returns:
possible object is byte[]

setNewKeyIdentifier

public void setNewKeyIdentifier(byte[] value)
Sets the value of the newKeyIdentifier property.

Parameters:
value - allowed object is byte[]

getNewKey

public byte[] getNewKey()
Gets the value of the newKey property.

Returns:
possible object is byte[]

setNewKey

public void setNewKey(byte[] value)
Sets the value of the newKey property.

Parameters:
value - allowed object is byte[]



Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.