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