|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.etkra.protocol.v1.RaResponseType
be.fgov.ehealth.etkra.protocol.v1.StartEtkRegistrationResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:09:35+02:00", comments="JAXB RI v2.2.6") public class StartEtkRegistrationResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{urn:be:fgov:ehealth:etkra:protocol:v1}RaResponseType"> <sequence minOccurs="0"> <element name="Challenge" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="Signature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
StartEtkRegistrationResponse()
|
Method Summary | |
---|---|
byte[] |
getCertificate()
Gets the value of the certificate property. |
byte[] |
getChallenge()
Gets the value of the challenge property. |
byte[] |
getSignature()
Gets the value of the signature property. |
void |
setCertificate(byte[] value)
Sets the value of the certificate property. |
void |
setChallenge(byte[] value)
Sets the value of the challenge property. |
void |
setSignature(byte[] value)
Sets the value of the signature property. |
Methods inherited from class be.fgov.ehealth.etkra.protocol.v1.RaResponseType |
---|
getErrors, getId, getResponse, setId, setResponse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartEtkRegistrationResponse()
Method Detail |
---|
public byte[] getChallenge()
public void setChallenge(byte[] value)
value
- allowed object is
byte[]public byte[] getSignature()
public void setSignature(byte[] value)
value
- allowed object is
byte[]public byte[] getCertificate()
public void setCertificate(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |