|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2005._05.xmlmime.Base64Binary
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:38:06+02:00", comments="JAXB RI v2.2.11") public class Base64Binary
Java class for base64Binary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="base64Binary"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute ref="{http://www.w3.org/2005/05/xmlmime}contentType"/> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
Base64Binary()
|
Method Summary | |
---|---|
String |
getContentType()
Gets the value of the contentType property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setContentType(String value)
Sets the value of the contentType 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 Base64Binary()
Method Detail |
---|
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |