|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.MultimediaDescriptionGroup
public class MultimediaDescriptionGroup
Generic information about a multimedia item. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MultimediaDescriptionGroup"> <xs:attribute type="xs:string" use="optional" name="ContentID"/> <xs:attribute type="xs:string" use="optional" name="Title"/> <xs:attribute type="xs:string" use="optional" name="Author"/> <xs:attribute type="xs:string" use="optional" name="CopyrightNotice"/> <xs:attribute type="xs:string" use="optional" name="CopyrightOwner"/> <xs:attribute type="xs:string" use="optional" name="CopyrightStart"/> <xs:attribute type="xs:string" use="optional" name="CopyrightEnd"/> <xs:attribute type="xs:string" use="optional" name="EffectiveStart"/> <xs:attribute type="xs:string" use="optional" name="EffectiveEnd"/> <xs:attribute type="xs:string" use="optional" name="ApplicableStart"/> <xs:attribute type="xs:string" use="optional" name="ApplicableEnd"/> <xs:attribute type="xs:string" use="optional" name="RecordID"/> <xs:attribute type="xs:string" use="optional" name="SourceID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
MultimediaDescriptionGroup()
|
Method Summary | |
---|---|
java.lang.String |
getApplicableEnd()
Get the 'ApplicableEnd' attribute value. |
java.lang.String |
getApplicableStart()
Get the 'ApplicableStart' attribute value. |
java.lang.String |
getAuthor()
Get the 'Author' attribute value. |
java.lang.String |
getContentID()
Get the 'ContentID' attribute value. |
java.lang.String |
getCopyrightEnd()
Get the 'CopyrightEnd' attribute value. |
java.lang.String |
getCopyrightNotice()
Get the 'CopyrightNotice' attribute value. |
java.lang.String |
getCopyrightOwner()
Get the 'CopyrightOwner' attribute value. |
java.lang.String |
getCopyrightStart()
Get the 'CopyrightStart' attribute value. |
java.lang.String |
getEffectiveEnd()
Get the 'EffectiveEnd' attribute value. |
java.lang.String |
getEffectiveStart()
Get the 'EffectiveStart' attribute value. |
java.lang.String |
getRecordID()
Get the 'RecordID' attribute value. |
java.lang.String |
getSourceID()
Get the 'SourceID' attribute value. |
java.lang.String |
getTitle()
Get the 'Title' attribute value. |
void |
setApplicableEnd(java.lang.String applicableEnd)
Set the 'ApplicableEnd' attribute value. |
void |
setApplicableStart(java.lang.String applicableStart)
Set the 'ApplicableStart' attribute value. |
void |
setAuthor(java.lang.String author)
Set the 'Author' attribute value. |
void |
setContentID(java.lang.String contentID)
Set the 'ContentID' attribute value. |
void |
setCopyrightEnd(java.lang.String copyrightEnd)
Set the 'CopyrightEnd' attribute value. |
void |
setCopyrightNotice(java.lang.String copyrightNotice)
Set the 'CopyrightNotice' attribute value. |
void |
setCopyrightOwner(java.lang.String copyrightOwner)
Set the 'CopyrightOwner' attribute value. |
void |
setCopyrightStart(java.lang.String copyrightStart)
Set the 'CopyrightStart' attribute value. |
void |
setEffectiveEnd(java.lang.String effectiveEnd)
Set the 'EffectiveEnd' attribute value. |
void |
setEffectiveStart(java.lang.String effectiveStart)
Set the 'EffectiveStart' attribute value. |
void |
setRecordID(java.lang.String recordID)
Set the 'RecordID' attribute value. |
void |
setSourceID(java.lang.String sourceID)
Set the 'SourceID' attribute value. |
void |
setTitle(java.lang.String title)
Set the 'Title' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultimediaDescriptionGroup()
Method Detail |
---|
public java.lang.String getContentID()
public void setContentID(java.lang.String contentID)
contentID
- public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- public java.lang.String getCopyrightNotice()
public void setCopyrightNotice(java.lang.String copyrightNotice)
copyrightNotice
- public java.lang.String getCopyrightOwner()
public void setCopyrightOwner(java.lang.String copyrightOwner)
copyrightOwner
- public java.lang.String getCopyrightStart()
public void setCopyrightStart(java.lang.String copyrightStart)
copyrightStart
- public java.lang.String getCopyrightEnd()
public void setCopyrightEnd(java.lang.String copyrightEnd)
copyrightEnd
- public java.lang.String getEffectiveStart()
public void setEffectiveStart(java.lang.String effectiveStart)
effectiveStart
- public java.lang.String getEffectiveEnd()
public void setEffectiveEnd(java.lang.String effectiveEnd)
effectiveEnd
- public java.lang.String getApplicableStart()
public void setApplicableStart(java.lang.String applicableStart)
applicableStart
- public java.lang.String getApplicableEnd()
public void setApplicableEnd(java.lang.String applicableEnd)
applicableEnd
- public java.lang.String getRecordID()
public void setRecordID(java.lang.String recordID)
recordID
- public java.lang.String getSourceID()
public void setSourceID(java.lang.String sourceID)
sourceID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |