|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.hubservices.core.v2.ProofType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:28:23+02:00", comments="JAXB RI v2.2.6") public class ProofType
Java class for ProofType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-PROOF"/> <element name="binaryproof" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}Base64EncryptedDataType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ProofType()
|
Method Summary | |
---|---|
Base64EncryptedDataType |
getBinaryproof()
Gets the value of the binaryproof property. |
CDPROOF |
getCd()
Gets the value of the cd property. |
void |
setBinaryproof(Base64EncryptedDataType value)
Sets the value of the binaryproof property. |
void |
setCd(CDPROOF value)
Sets the value of the cd property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProofType()
Method Detail |
---|
public CDPROOF getCd()
CDPROOF
public void setCd(CDPROOF value)
value
- allowed object is
CDPROOF
public Base64EncryptedDataType getBinaryproof()
Base64EncryptedDataType
public void setBinaryproof(Base64EncryptedDataType value)
value
- allowed object is
Base64EncryptedDataType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |