magoffin.matt.ma2.domain
Interface AddMediaRequestType

All Known Subinterfaces:
AddMediaRequest

public interface AddMediaRequestType

Java content class for add-media-request-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 63)

 <complexType name="add-media-request-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="collection-import" type="{http://msqr.us/xsd/matte}collection-import-type"/>
         <element name="media-data" type="{http://msqr.us/xsd/matte}media-data-type" minOccurs="0"/>
       </sequence>
       <attribute name="collection-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="local-tz" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="media-tz" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getCollectionId()
          Gets the value of the collectionId property.
 CollectionImportType getCollectionImport()
          Gets the value of the collectionImport property.
 java.lang.String getLocalTz()
          Gets the value of the localTz property.
 MediaDataType getMediaData()
          The media to import.
 java.lang.String getMediaTz()
          Gets the value of the mediaTz property.
 void setCollectionId(java.lang.Long value)
          Sets the value of the collectionId property.
 void setCollectionImport(CollectionImportType value)
          Sets the value of the collectionImport property.
 void setLocalTz(java.lang.String value)
          Sets the value of the localTz property.
 void setMediaData(MediaDataType value)
          The media to import.
 void setMediaTz(java.lang.String value)
          Sets the value of the mediaTz property.
 

Method Detail

getCollectionImport

CollectionImportType getCollectionImport()
Gets the value of the collectionImport property.

Returns:
possible object is CollectionImportType

setCollectionImport

void setCollectionImport(CollectionImportType value)
Sets the value of the collectionImport property.

Parameters:
value - allowed object is CollectionImportType

getMediaTz

java.lang.String getMediaTz()
Gets the value of the mediaTz property.

Returns:
possible object is String

setMediaTz

void setMediaTz(java.lang.String value)
Sets the value of the mediaTz property.

Parameters:
value - allowed object is String

getLocalTz

java.lang.String getLocalTz()
Gets the value of the localTz property.

Returns:
possible object is String

setLocalTz

void setLocalTz(java.lang.String value)
Sets the value of the localTz property.

Parameters:
value - allowed object is String

getMediaData

MediaDataType getMediaData()
The media to import. This should be a Zip archive of all media files referenced by album items in the associated collection-import element.

Returns:
possible object is MediaDataType

setMediaData

void setMediaData(MediaDataType value)
The media to import. This should be a Zip archive of all media files referenced by album items in the associated collection-import element.

Parameters:
value - allowed object is MediaDataType

getCollectionId

java.lang.Long getCollectionId()
Gets the value of the collectionId property.

Returns:
possible object is Long

setCollectionId

void setCollectionId(java.lang.Long value)
Sets the value of the collectionId property.

Parameters:
value - allowed object is Long