magoffin.matt.ma2.domain
Interface MediaDataType


public interface MediaDataType

Java content class for media-data-type complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/ws.xsd line 88)

 <complexType name="media-data-type">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
       <attribute ref="{http://www.w3.org/2005/05/xmlmime}contentType default="application/zip""/>
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getContentType()
          Gets the value of the contentType property.
 byte[] getValue()
          Gets the value of the value property.
 void setContentType(java.lang.String value)
          Sets the value of the contentType property.
 void setValue(byte[] value)
          Sets the value of the value property.
 

Method Detail

getValue

byte[] getValue()
Gets the value of the value property.

Returns:
possible object is byte[]

setValue

void setValue(byte[] value)
Sets the value of the value property.

Parameters:
value - allowed object is byte[]

getContentType

java.lang.String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

void setContentType(java.lang.String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String