org.javagen.agile.core.xml.jaxb
Class ContextType

java.lang.Object
  extended by org.javagen.agile.core.xml.jaxb.ContextType

public class ContextType
extends Object


Constructor Summary
ContextType()
           
 
Method Summary
 void addEntry(ContextEntryType entry)
           
 void addEntry(String key, Object value)
           
 void addEntryRef(ContextModelEntryType entryRef)
           
 void addEntryRef(String name, Model model)
           
 List<ContextEntryType> getEntries()
           
 List<ContextModelEntryType> getEntryRefs()
           
 void setEntries(List<ContextEntryType> entries)
           
 void setEntryRefs(List<ContextModelEntryType> entryRefs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextType

public ContextType()
Method Detail

getEntries

public List<ContextEntryType> getEntries()

setEntries

public void setEntries(List<ContextEntryType> entries)

addEntry

public void addEntry(ContextEntryType entry)

addEntry

public void addEntry(String key,
                     Object value)

getEntryRefs

public List<ContextModelEntryType> getEntryRefs()

setEntryRefs

public void setEntryRefs(List<ContextModelEntryType> entryRefs)

addEntryRef

public void addEntryRef(ContextModelEntryType entryRef)

addEntryRef

public void addEntryRef(String name,
                        Model model)


Copyright 2006-2006-2007 Outsource Cafe Inc.. All Rights Reserved.