public class UpdateElementType extends Object implements Serializable
| Constructor and Description |
|---|
UpdateElementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(int index,
Property vProperty)
Method addProperty
|
void |
addProperty(Property vProperty)
Method addProperty
|
void |
clearProperty()
Method clearProperty
|
Enumeration |
enumerateProperty()
Method enumerateProperty
|
Filter |
getFilter()
Returns the value of field 'filter'.
|
String |
getHandle()
Returns the value of field 'handle'.
|
String |
getInputFormat()
Returns the value of field 'inputFormat'.
|
Property[] |
getProperty()
Method getProperty
|
Property |
getProperty(int index)
Method getProperty
|
int |
getPropertyCount()
Method getPropertyCount
|
String |
getSrsName()
Returns the value of field 'srsName'.
|
String |
getTypeName()
Returns the value of field 'typeName'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeProperty(Property vProperty)
Method removeProperty
|
void |
setFilter(Filter filter)
Sets the value of field 'filter'.
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setInputFormat(String inputFormat)
Sets the value of field 'inputFormat'.
|
void |
setProperty(int index,
Property vProperty)
Method setProperty
|
void |
setProperty(Property[] propertyArray)
Method setProperty
|
void |
setSrsName(String srsName)
Sets the value of field 'srsName'.
|
void |
setTypeName(String typeName)
Sets the value of field 'typeName'.
|
static UpdateElementType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addProperty(Property vProperty) throws IndexOutOfBoundsException
vProperty - IndexOutOfBoundsExceptionpublic void addProperty(int index,
Property vProperty)
throws IndexOutOfBoundsException
index - vProperty - IndexOutOfBoundsExceptionpublic void clearProperty()
public Enumeration enumerateProperty()
public Filter getFilter()
public String getHandle()
public String getInputFormat()
public Property getProperty(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Property[] getProperty()
public int getPropertyCount()
public String getSrsName()
public String getTypeName()
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 removeProperty(Property vProperty)
vProperty - public void setFilter(Filter filter)
filter - the value of field 'filter'.public void setHandle(String handle)
handle - the value of field 'handle'.public void setInputFormat(String inputFormat)
inputFormat - the value of field 'inputFormat'.public void setProperty(int index,
Property vProperty)
throws IndexOutOfBoundsException
index - vProperty - IndexOutOfBoundsExceptionpublic void setProperty(Property[] propertyArray)
propertyArray - public void setSrsName(String srsName)
srsName - the value of field 'srsName'.public void setTypeName(String typeName)
typeName - the value of field 'typeName'.public static UpdateElementType 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.