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

Constructor Summary
WebExportMDType()
           
 
Method Summary
 void deletePageClipLength()
           
 GroupAddons getGroupAddons()
           
 GroupAuthor getGroupAuthor()
           
 int getGroupClipLength()
           
 GroupDate getGroupDate()
           
 GroupExtras getGroupExtras()
           
 java.lang.String getGroupLabel()
           
 GroupLocation getGroupLocation()
           
 GroupMeeting getGroupMeeting()
           
 GroupSummary getGroupSummary()
           
 java.lang.String getGroupTitle()
           
 GroupTypeType getGroupType()
           
 PageAddons getPageAddons()
           
 PageAuthor getPageAuthor()
           
 int getPageClipLength()
           
 PageDate getPageDate()
           
 PageExtras getPageExtras()
           
 java.lang.String getPageLabel()
           
 PageLocation getPageLocation()
           
 PageMeeting getPageMeeting()
           
 int getPageNumber()
           
 java.lang.String getPageTitle()
           
 PageTypeType getPageType()
           
 boolean hasGroupClipLength()
           
 boolean hasPageClipLength()
           
 boolean hasPageNumber()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setGroupAddons(GroupAddons _groupAddons)
           
 void setGroupAuthor(GroupAuthor _groupAuthor)
           
 void setGroupClipLength(int _groupClipLength)
           
 void setGroupDate(GroupDate _groupDate)
           
 void setGroupExtras(GroupExtras _groupExtras)
           
 void setGroupLabel(java.lang.String _groupLabel)
           
 void setGroupLocation(GroupLocation _groupLocation)
           
 void setGroupMeeting(GroupMeeting _groupMeeting)
           
 void setGroupSummary(GroupSummary _groupSummary)
           
 void setGroupTitle(java.lang.String _groupTitle)
           
 void setGroupType(GroupTypeType _groupType)
           
 void setPageAddons(PageAddons _pageAddons)
           
 void setPageAuthor(PageAuthor _pageAuthor)
           
 void setPageClipLength(int _pageClipLength)
           
 void setPageDate(PageDate _pageDate)
           
 void setPageExtras(PageExtras _pageExtras)
           
 void setPageLabel(java.lang.String _pageLabel)
           
 void setPageLocation(PageLocation _pageLocation)
           
 void setPageMeeting(PageMeeting _pageMeeting)
           
 void setPageNumber(int _pageNumber)
           
 void setPageTitle(java.lang.String _pageTitle)
           
 void setPageType(PageTypeType _pageType)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebExportMDType

public WebExportMDType()
Method Detail

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