Package org.w3._2005._05.xmlmime
Class Base64Binary
java.lang.Object
org.w3._2005._05.xmlmime.Base64Binary
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MtomAttachmentType
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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets 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.
-
Constructor Details
-
Base64Binary
public Base64Binary()
-
-
Method Details
-
getValue
public byte[] getValue()Gets the value of the value property.- Returns:
- possible object is byte[]
-
setValue
public void setValue(byte[] value) Sets the value of the value property.- Parameters:
value
- allowed object is byte[]
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
Sets the value of the contentType property.- Parameters:
value
- allowed object isString
-