|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
CollectionImportType getCollectionImport()
CollectionImportTypevoid setCollectionImport(CollectionImportType value)
value - allowed object is
CollectionImportTypejava.lang.String getMediaTz()
Stringvoid setMediaTz(java.lang.String value)
value - allowed object is
Stringjava.lang.String getLocalTz()
Stringvoid setLocalTz(java.lang.String value)
value - allowed object is
StringMediaDataType getMediaData()
MediaDataTypevoid setMediaData(MediaDataType value)
value - allowed object is
MediaDataTypejava.lang.Long getCollectionId()
Longvoid setCollectionId(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||