public class SectionsType extends Object implements Serializable
| Constructor and Description |
|---|
SectionsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSection(int index,
String vSection)
Method addSection
|
void |
addSection(String vSection)
Method addSection
|
void |
clearSection()
Method clearSection
|
Enumeration |
enumerateSection()
Method enumerateSection
|
String[] |
getSection()
Method getSection
|
String |
getSection(int index)
Method getSection
|
int |
getSectionCount()
Method getSectionCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeSection(String vSection)
Method removeSection
|
void |
setSection(int index,
String vSection)
Method setSection
|
void |
setSection(String[] sectionArray)
Method setSection
|
static SectionsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addSection(String vSection) throws IndexOutOfBoundsException
vSection - IndexOutOfBoundsExceptionpublic void addSection(int index,
String vSection)
throws IndexOutOfBoundsException
index - vSection - IndexOutOfBoundsExceptionpublic void clearSection()
public Enumeration enumerateSection()
public String getSection(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getSection()
public int getSectionCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeSection(String vSection)
vSection - public void setSection(int index,
String vSection)
throws IndexOutOfBoundsException
index - vSection - IndexOutOfBoundsExceptionpublic void setSection(String[] sectionArray)
sectionArray - public static SectionsType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.