|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.FileAttachmentGroup
public class FileAttachmentGroup
Provides information about any files attached (e.g., multimedia objects) at the transport layer (e.g., HTTP/SOAP) 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="FileAttachmentGroup"> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attribute type="xs:string" use="optional" name="ContentData"/> <xs:attribute type="xs:string" use="optional" name="Description"/> <xs:attribute type="xs:string" use="optional" name="PictureCategoryCode"/> <xs:attribute type="xs:string" use="optional" name="Version"/> <xs:attribute type="xs:string" use="optional" name="ContentTitle"/> <xs:attribute type="xs:string" use="optional" name="ContentCaption"/> <xs:attribute type="xs:string" use="optional" name="CopyrightNotice"/> <xs:attribute type="xs:string" use="optional" name="FileName"/> <xs:attribute type="xs:string" use="optional" name="FileSize"/> <xs:attribute type="xs:string" use="optional" name="MultimediaObjectHeight"/> <xs:attribute type="xs:string" use="optional" name="MultimediaObjectWidth"/> <xs:attribute type="xs:string" use="optional" name="UnitOfMeasureCode"/> <xs:attribute type="xs:string" use="optional" name="ContentID"/> <xs:attribute type="xs:string" use="optional" name="ContentCode"/> <xs:attribute type="xs:string" use="optional" name="ContentFormatCode"/> <xs:attribute type="xs:string" use="optional" name="RecordID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
FileAttachmentGroup()
|
Method Summary | |
---|---|
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
java.lang.String |
getContentCaption()
Get the 'ContentCaption' attribute value. |
java.lang.String |
getContentCode()
Get the 'ContentCode' attribute value. |
java.lang.String |
getContentData()
Get the 'ContentData' attribute value. |
java.lang.String |
getContentFormatCode()
Get the 'ContentFormatCode' attribute value. |
java.lang.String |
getContentID()
Get the 'ContentID' attribute value. |
java.lang.String |
getContentTitle()
Get the 'ContentTitle' attribute value. |
java.lang.String |
getCopyrightNotice()
Get the 'CopyrightNotice' attribute value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
java.lang.String |
getFileName()
Get the 'FileName' attribute value. |
java.lang.String |
getFileSize()
Get the 'FileSize' attribute value. |
java.lang.String |
getMultimediaObjectHeight()
Get the 'MultimediaObjectHeight' attribute value. |
java.lang.String |
getMultimediaObjectWidth()
Get the 'MultimediaObjectWidth' attribute value. |
java.lang.String |
getPictureCategoryCode()
Get the 'PictureCategoryCode' attribute value. |
java.lang.String |
getRecordID()
Get the 'RecordID' attribute value. |
java.lang.String |
getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value. |
java.lang.String |
getVersion()
Get the 'Version' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setContentCaption(java.lang.String contentCaption)
Set the 'ContentCaption' attribute value. |
void |
setContentCode(java.lang.String contentCode)
Set the 'ContentCode' attribute value. |
void |
setContentData(java.lang.String contentData)
Set the 'ContentData' attribute value. |
void |
setContentFormatCode(java.lang.String contentFormatCode)
Set the 'ContentFormatCode' attribute value. |
void |
setContentID(java.lang.String contentID)
Set the 'ContentID' attribute value. |
void |
setContentTitle(java.lang.String contentTitle)
Set the 'ContentTitle' attribute value. |
void |
setCopyrightNotice(java.lang.String copyrightNotice)
Set the 'CopyrightNotice' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setFileName(java.lang.String fileName)
Set the 'FileName' attribute value. |
void |
setFileSize(java.lang.String fileSize)
Set the 'FileSize' attribute value. |
void |
setMultimediaObjectHeight(java.lang.String multimediaObjectHeight)
Set the 'MultimediaObjectHeight' attribute value. |
void |
setMultimediaObjectWidth(java.lang.String multimediaObjectWidth)
Set the 'MultimediaObjectWidth' attribute value. |
void |
setPictureCategoryCode(java.lang.String pictureCategoryCode)
Set the 'PictureCategoryCode' attribute value. |
void |
setRecordID(java.lang.String recordID)
Set the 'RecordID' attribute value. |
void |
setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value. |
void |
setVersion(java.lang.String version)
Set the 'Version' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileAttachmentGroup()
Method Detail |
---|
public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.String getContentData()
public void setContentData(java.lang.String contentData)
contentData
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getPictureCategoryCode()
public void setPictureCategoryCode(java.lang.String pictureCategoryCode)
pictureCategoryCode
- public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- public java.lang.String getContentTitle()
public void setContentTitle(java.lang.String contentTitle)
contentTitle
- public java.lang.String getContentCaption()
public void setContentCaption(java.lang.String contentCaption)
contentCaption
- public java.lang.String getCopyrightNotice()
public void setCopyrightNotice(java.lang.String copyrightNotice)
copyrightNotice
- public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- public java.lang.String getFileSize()
public void setFileSize(java.lang.String fileSize)
fileSize
- public java.lang.String getMultimediaObjectHeight()
public void setMultimediaObjectHeight(java.lang.String multimediaObjectHeight)
multimediaObjectHeight
- public java.lang.String getMultimediaObjectWidth()
public void setMultimediaObjectWidth(java.lang.String multimediaObjectWidth)
multimediaObjectWidth
- public java.lang.String getUnitOfMeasureCode()
public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
unitOfMeasureCode
- public java.lang.String getContentID()
public void setContentID(java.lang.String contentID)
contentID
- public java.lang.String getContentCode()
public void setContentCode(java.lang.String contentCode)
contentCode
- public java.lang.String getContentFormatCode()
public void setContentFormatCode(java.lang.String contentFormatCode)
contentFormatCode
- public java.lang.String getRecordID()
public void setRecordID(java.lang.String recordID)
recordID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |