|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.config.model.settlement.SettlementConfiguration
public class SettlementConfiguration
Class SettlementConfiguration.
| Constructor Summary | |
|---|---|
SettlementConfiguration()
|
|
| Method Summary | |
|---|---|
InitialSettlementList |
getInitialSettlementList()
Returns the value of field 'initialSettlementList'. |
SettlementNameList |
getSettlementNameList()
Returns the value of field 'settlementNameList'. |
SettlementTemplateList |
getSettlementTemplateList()
Returns the value of field 'settlementTemplateList'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setInitialSettlementList(InitialSettlementList initialSettlementList)
Sets the value of field 'initialSettlementList'. |
void |
setSettlementNameList(SettlementNameList settlementNameList)
Sets the value of field 'settlementNameList'. |
void |
setSettlementTemplateList(SettlementTemplateList settlementTemplateList)
Sets the value of field 'settlementTemplateList'. |
static SettlementConfiguration |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettlementConfiguration()
| Method Detail |
|---|
public InitialSettlementList getInitialSettlementList()
public SettlementNameList getSettlementNameList()
public SettlementTemplateList getSettlementTemplateList()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setInitialSettlementList(InitialSettlementList initialSettlementList)
initialSettlementList - the value of field
'initialSettlementList'.public void setSettlementNameList(SettlementNameList settlementNameList)
settlementNameList - the value of field
'settlementNameList'.public void setSettlementTemplateList(SettlementTemplateList settlementTemplateList)
settlementTemplateList - the value of field
'settlementTemplateList'.
public static SettlementConfiguration unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||