org.jaffa.tools.patternmetaengine.domain.impl
Class ModuleImpl

java.lang.Object
  extended byorg.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
All Implemented Interfaces:
Module, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable

public class ModuleImpl
extends Object
implements Module, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class ModuleImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _FindersDomainPattern
           
protected  String _Labels
           
protected  com.sun.xml.bind.util.ListImpl _MaintenanceDomainPattern
           
protected  String _ModuleTilePrefix
           
protected  String _Name
           
protected  com.sun.xml.bind.util.ListImpl _ViewersDomainPattern
           
 
Constructor Summary
ModuleImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 List getFindersDomainPattern()
           
 String getLabels()
           
 List getMaintenanceDomainPattern()
           
 String getModuleTilePrefix()
           
 String getName()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 List getViewersDomainPattern()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setLabels(String value)
           
 void setModuleTilePrefix(String value)
           
 void setName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ViewersDomainPattern

protected com.sun.xml.bind.util.ListImpl _ViewersDomainPattern

_Labels

protected String _Labels

_MaintenanceDomainPattern

protected com.sun.xml.bind.util.ListImpl _MaintenanceDomainPattern

_ModuleTilePrefix

protected String _ModuleTilePrefix

_Name

protected String _Name

_FindersDomainPattern

protected com.sun.xml.bind.util.ListImpl _FindersDomainPattern
Constructor Detail

ModuleImpl

public ModuleImpl()
Method Detail

getViewersDomainPattern

public List getViewersDomainPattern()
Specified by:
getViewersDomainPattern in interface Module

getLabels

public String getLabels()
Specified by:
getLabels in interface Module

setLabels

public void setLabels(String value)
Specified by:
setLabels in interface Module

getMaintenanceDomainPattern

public List getMaintenanceDomainPattern()
Specified by:
getMaintenanceDomainPattern in interface Module

getModuleTilePrefix

public String getModuleTilePrefix()
Specified by:
getModuleTilePrefix in interface Module

setModuleTilePrefix

public void setModuleTilePrefix(String value)
Specified by:
setModuleTilePrefix in interface Module

getName

public String getName()
Specified by:
getName in interface Module

setName

public void setName(String value)
Specified by:
setName in interface Module

getFindersDomainPattern

public List getFindersDomainPattern()
Specified by:
getFindersDomainPattern in interface Module

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject


Copyright © 2002-2004 JAFFA Project.