Class Base64Binary

java.lang.Object
org.w3._2005._05.xmlmime.Base64Binary
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MtomAttachmentType

public class Base64Binary extends Object implements Serializable

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 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

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String