|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.Base64EncryptedValueType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:07:31+02:00", comments="JAXB RI v2.2.11") public class Base64EncryptedValueType
Java class for Base64EncryptedValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Base64EncryptedValueType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
Base64EncryptedValueType()
|
Method Summary | |
---|---|
String |
getEncoding()
Gets the value of the encoding property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setValue(byte[] value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64EncryptedValueType()
Method Detail |
---|
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public String getEncoding()
String
public void setEncoding(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |