org.gxos.schema
Class WebExportMDType
java.lang.Object
|
+--org.gxos.schema.WebExportMDType
- All Implemented Interfaces:
- java.io.Serializable
- public abstract class WebExportMDType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebExportMDType
public WebExportMDType()
deletePageClipLength
public void deletePageClipLength()
getGroupAddons
public GroupAddons getGroupAddons()
getGroupAuthor
public GroupAuthor getGroupAuthor()
getGroupClipLength
public int getGroupClipLength()
getGroupDate
public GroupDate getGroupDate()
getGroupExtras
public GroupExtras getGroupExtras()
getGroupLabel
public java.lang.String getGroupLabel()
getGroupLocation
public GroupLocation getGroupLocation()
getGroupMeeting
public GroupMeeting getGroupMeeting()
getGroupSummary
public GroupSummary getGroupSummary()
getGroupTitle
public java.lang.String getGroupTitle()
getGroupType
public GroupTypeType getGroupType()
getPageAddons
public PageAddons getPageAddons()
getPageAuthor
public PageAuthor getPageAuthor()
getPageClipLength
public int getPageClipLength()
getPageDate
public PageDate getPageDate()
getPageExtras
public PageExtras getPageExtras()
getPageLabel
public java.lang.String getPageLabel()
getPageLocation
public PageLocation getPageLocation()
getPageMeeting
public PageMeeting getPageMeeting()
getPageNumber
public int getPageNumber()
getPageTitle
public java.lang.String getPageTitle()
getPageType
public PageTypeType getPageType()
hasGroupClipLength
public boolean hasGroupClipLength()
hasPageClipLength
public boolean hasPageClipLength()
hasPageNumber
public boolean hasPageNumber()
isValid
public boolean isValid()
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setGroupAddons
public void setGroupAddons(GroupAddons groupAddons)
- Parameters:
groupAddons
-
setGroupAuthor
public void setGroupAuthor(GroupAuthor groupAuthor)
- Parameters:
groupAuthor
-
setGroupClipLength
public void setGroupClipLength(int groupClipLength)
- Parameters:
groupClipLength
-
setGroupDate
public void setGroupDate(GroupDate groupDate)
- Parameters:
groupDate
-
setGroupExtras
public void setGroupExtras(GroupExtras groupExtras)
- Parameters:
groupExtras
-
setGroupLabel
public void setGroupLabel(java.lang.String groupLabel)
- Parameters:
groupLabel
-
setGroupLocation
public void setGroupLocation(GroupLocation groupLocation)
- Parameters:
groupLocation
-
setGroupMeeting
public void setGroupMeeting(GroupMeeting groupMeeting)
- Parameters:
groupMeeting
-
setGroupSummary
public void setGroupSummary(GroupSummary groupSummary)
- Parameters:
groupSummary
-
setGroupTitle
public void setGroupTitle(java.lang.String groupTitle)
- Parameters:
groupTitle
-
setGroupType
public void setGroupType(GroupTypeType groupType)
- Parameters:
groupType
-
setPageAddons
public void setPageAddons(PageAddons pageAddons)
- Parameters:
pageAddons
-
setPageAuthor
public void setPageAuthor(PageAuthor pageAuthor)
- Parameters:
pageAuthor
-
setPageClipLength
public void setPageClipLength(int pageClipLength)
- Parameters:
pageClipLength
-
setPageDate
public void setPageDate(PageDate pageDate)
- Parameters:
pageDate
-
setPageExtras
public void setPageExtras(PageExtras pageExtras)
- Parameters:
pageExtras
-
setPageLabel
public void setPageLabel(java.lang.String pageLabel)
- Parameters:
pageLabel
-
setPageLocation
public void setPageLocation(PageLocation pageLocation)
- Parameters:
pageLocation
-
setPageMeeting
public void setPageMeeting(PageMeeting pageMeeting)
- Parameters:
pageMeeting
-
setPageNumber
public void setPageNumber(int pageNumber)
- Parameters:
pageNumber
-
setPageTitle
public void setPageTitle(java.lang.String pageTitle)
- Parameters:
pageTitle
-
setPageType
public void setPageType(PageTypeType pageType)
- Parameters:
pageType
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException