|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.alt.config.sys.Container
Constructor Summary | |
Container()
|
Method Summary | |
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getCtype()
Returns the value of field 'ctype'. |
java.lang.String |
getId()
Returns the value of field 'id'. |
java.lang.String |
getJar()
Returns the value of field 'jar'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setCtype(java.lang.String ctype)
Sets the value of field 'ctype'. |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setJar(java.lang.String jar)
Sets the value of field 'jar'. |
static Container |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Container()
Method Detail |
public java.lang.String getContent()
public java.lang.String getCtype()
public java.lang.String getId()
public java.lang.String getJar()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setCtype(java.lang.String ctype)
ctype
- the value of field 'ctype'.public void setId(java.lang.String id)
id
- the value of field 'id'.public void setJar(java.lang.String jar)
jar
- the value of field 'jar'.public static Container unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |