|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:38:33+02:00",
comments="JAXB RI v2.2.11")
public class GetNewKeyResponseContent
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 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 |
|---|
public GetNewKeyResponseContent()
| Method Detail |
|---|
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[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||