public class AcceptVersionsType extends Object implements Serializable
| Constructor and Description |
|---|
AcceptVersionsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVersion(int index,
String vVersion)
Method addVersion
|
void |
addVersion(String vVersion)
Method addVersion
|
void |
clearVersion()
Method clearVersion
|
Enumeration |
enumerateVersion()
Method enumerateVersion
|
String[] |
getVersion()
Method getVersion
|
String |
getVersion(int index)
Method getVersion
|
int |
getVersionCount()
Method getVersionCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeVersion(String vVersion)
Method removeVersion
|
void |
setVersion(int index,
String vVersion)
Method setVersion
|
void |
setVersion(String[] versionArray)
Method setVersion
|
static AcceptVersionsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addVersion(String vVersion) throws IndexOutOfBoundsException
vVersion - IndexOutOfBoundsExceptionpublic void addVersion(int index,
String vVersion)
throws IndexOutOfBoundsException
index - vVersion - IndexOutOfBoundsExceptionpublic void clearVersion()
public Enumeration enumerateVersion()
public String getVersion(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getVersion()
public int getVersionCount()
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 removeVersion(String vVersion)
vVersion - public void setVersion(int index,
String vVersion)
throws IndexOutOfBoundsException
index - vVersion - IndexOutOfBoundsExceptionpublic void setVersion(String[] versionArray)
versionArray - public static AcceptVersionsType 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.