public class AcceptFormatsType extends Object implements Serializable
| Constructor and Description |
|---|
AcceptFormatsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutputFormat(int index,
String vOutputFormat)
Method addOutputFormat
|
void |
addOutputFormat(String vOutputFormat)
Method addOutputFormat
|
void |
clearOutputFormat()
Method clearOutputFormat
|
Enumeration |
enumerateOutputFormat()
Method enumerateOutputFormat
|
String[] |
getOutputFormat()
Method getOutputFormat
|
String |
getOutputFormat(int index)
Method getOutputFormat
|
int |
getOutputFormatCount()
Method getOutputFormatCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeOutputFormat(String vOutputFormat)
Method removeOutputFormat
|
void |
setOutputFormat(int index,
String vOutputFormat)
Method setOutputFormat
|
void |
setOutputFormat(String[] outputFormatArray)
Method setOutputFormat
|
static AcceptFormatsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addOutputFormat(String vOutputFormat) throws IndexOutOfBoundsException
vOutputFormat - IndexOutOfBoundsExceptionpublic void addOutputFormat(int index,
String vOutputFormat)
throws IndexOutOfBoundsException
index - vOutputFormat - IndexOutOfBoundsExceptionpublic void clearOutputFormat()
public Enumeration enumerateOutputFormat()
public String getOutputFormat(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getOutputFormat()
public int getOutputFormatCount()
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 removeOutputFormat(String vOutputFormat)
vOutputFormat - public void setOutputFormat(int index,
String vOutputFormat)
throws IndexOutOfBoundsException
index - vOutputFormat - IndexOutOfBoundsExceptionpublic void setOutputFormat(String[] outputFormatArray)
outputFormatArray - public static AcceptFormatsType 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.