org.jaffa.tools.patternmetaengine.domain
Interface Module
- All Known Implementing Classes: 
- ModuleImpl
- public interface Module
Java content class for module complex type.
  
The following schema fragment specifies the expected content contained within this java content object.
 
 
 <complexType name="module">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="module-tile-prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="finders-domain-pattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="viewers-domain-pattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="maintenance-domain-pattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="labels" type="{}labels" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 
getViewersDomainPattern
public List getViewersDomainPattern()
- 
 
getLabels
public String getLabels()
- 
 
setLabels
public void setLabels(String value)
- 
 
getMaintenanceDomainPattern
public List getMaintenanceDomainPattern()
- 
 
getModuleTilePrefix
public String getModuleTilePrefix()
- 
 
setModuleTilePrefix
public void setModuleTilePrefix(String value)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String value)
- 
 
getFindersDomainPattern
public List getFindersDomainPattern()
- 
 
Copyright © 2002-2004 JAFFA Project.