public class HTTPType extends Object implements Serializable
| Constructor and Description |
|---|
HTTPType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHTTPTypeItem(HTTPTypeItem vHTTPTypeItem)
Method addHTTPTypeItem
|
void |
addHTTPTypeItem(int index,
HTTPTypeItem vHTTPTypeItem)
Method addHTTPTypeItem
|
void |
clearHTTPTypeItem()
Method clearHTTPTypeItem
|
Enumeration |
enumerateHTTPTypeItem()
Method enumerateHTTPTypeItem
|
HTTPTypeItem[] |
getHTTPTypeItem()
Method getHTTPTypeItem
|
HTTPTypeItem |
getHTTPTypeItem(int index)
Method getHTTPTypeItem
|
int |
getHTTPTypeItemCount()
Method getHTTPTypeItemCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeHTTPTypeItem(HTTPTypeItem vHTTPTypeItem)
Method removeHTTPTypeItem
|
void |
setHTTPTypeItem(HTTPTypeItem[] HTTPTypeItemArray)
Method setHTTPTypeItem
|
void |
setHTTPTypeItem(int index,
HTTPTypeItem vHTTPTypeItem)
Method setHTTPTypeItem
|
static HTTPType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addHTTPTypeItem(HTTPTypeItem vHTTPTypeItem) throws IndexOutOfBoundsException
vHTTPTypeItem - IndexOutOfBoundsExceptionpublic void addHTTPTypeItem(int index,
HTTPTypeItem vHTTPTypeItem)
throws IndexOutOfBoundsException
index - vHTTPTypeItem - IndexOutOfBoundsExceptionpublic void clearHTTPTypeItem()
public Enumeration enumerateHTTPTypeItem()
public HTTPTypeItem getHTTPTypeItem(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic HTTPTypeItem[] getHTTPTypeItem()
public int getHTTPTypeItemCount()
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 removeHTTPTypeItem(HTTPTypeItem vHTTPTypeItem)
vHTTPTypeItem - public void setHTTPTypeItem(int index,
HTTPTypeItem vHTTPTypeItem)
throws IndexOutOfBoundsException
index - vHTTPTypeItem - IndexOutOfBoundsExceptionpublic void setHTTPTypeItem(HTTPTypeItem[] HTTPTypeItemArray)
HTTPTypeItemArray - public static HTTPType 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 © 2020 B3Partners B.V.. All rights reserved.