public class WFS_TransactionResponseType extends Object implements Serializable
| Constructor and Description |
|---|
WFS_TransactionResponseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInsertResult(InsertResult vInsertResult)
Method addInsertResult
|
void |
addInsertResult(int index,
InsertResult vInsertResult)
Method addInsertResult
|
void |
clearInsertResult()
Method clearInsertResult
|
Enumeration |
enumerateInsertResult()
Method enumerateInsertResult
|
InsertResult[] |
getInsertResult()
Method getInsertResult
|
InsertResult |
getInsertResult(int index)
Method getInsertResult
|
int |
getInsertResultCount()
Method getInsertResultCount
|
TransactionResult |
getTransactionResult()
Returns the value of field 'transactionResult'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeInsertResult(InsertResult vInsertResult)
Method removeInsertResult
|
void |
setInsertResult(InsertResult[] insertResultArray)
Method setInsertResult
|
void |
setInsertResult(int index,
InsertResult vInsertResult)
Method setInsertResult
|
void |
setTransactionResult(TransactionResult transactionResult)
Sets the value of field 'transactionResult'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static WFS_TransactionResponseType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addInsertResult(InsertResult vInsertResult) throws IndexOutOfBoundsException
vInsertResult - IndexOutOfBoundsExceptionpublic void addInsertResult(int index,
InsertResult vInsertResult)
throws IndexOutOfBoundsException
index - vInsertResult - IndexOutOfBoundsExceptionpublic void clearInsertResult()
public Enumeration enumerateInsertResult()
public InsertResult getInsertResult(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic InsertResult[] getInsertResult()
public int getInsertResultCount()
public TransactionResult getTransactionResult()
public String getVersion()
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 removeInsertResult(InsertResult vInsertResult)
vInsertResult - public void setInsertResult(int index,
InsertResult vInsertResult)
throws IndexOutOfBoundsException
index - vInsertResult - IndexOutOfBoundsExceptionpublic void setInsertResult(InsertResult[] insertResultArray)
insertResultArray - public void setTransactionResult(TransactionResult transactionResult)
transactionResult - the value of field
'transactionResult'.public void setVersion(String version)
version - the value of field 'version'.public static WFS_TransactionResponseType 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.