|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.CipherReference
@Generated(value="com.sun.tools.xjc.Driver", date="2018-02-02T03:41:55+01:00", comments="JAXB RI v2.2.11") public class CipherReference
Contains the referenceType to use SOAP With Attachments for chipered data
Java class for CipherReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CipherReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:be:fgov:ehealth:commons:enc:v2}URI"/> <element ref="{urn:be:fgov:ehealth:commons:enc:v2}Digest"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CipherReference()
|
Method Summary | |
---|---|
Digest |
getDigest()
Contains the digest value of the attachment |
DataHandler |
getURI()
URI of the attachment |
void |
setDigest(Digest value)
Sets the value of the digest property. |
void |
setURI(DataHandler value)
Sets the value of the uri property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CipherReference()
Method Detail |
---|
public DataHandler getURI()
String
public void setURI(DataHandler value)
value
- allowed object is
String
public Digest getDigest()
Digest
public void setDigest(Digest value)
value
- allowed object is
Digest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |