|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wfs.v_2_0.AbstractTransactionActionType
net.opengis.wfs.v_2_0.ReplaceType
public class ReplaceType
Java class for ReplaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplaceType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.0}AbstractTransactionActionType">
<sequence>
<any namespace='##other'/>
<element ref="{http://www.opengis.net/fes/2.0}Filter"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.0}StandardInputParameters"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
any
|
protected FilterType |
filter
|
protected String |
inputFormat
|
protected String |
srsName
|
| Fields inherited from class net.opengis.wfs.v_2_0.AbstractTransactionActionType |
|---|
handle |
| Constructor Summary | |
|---|---|
ReplaceType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Object |
getAny()
Gets the value of the any property. |
FilterType |
getFilter()
Gets the value of the filter property. |
String |
getInputFormat()
Gets the value of the inputFormat property. |
String |
getSrsName()
Gets the value of the srsName property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAny()
|
boolean |
isSetFilter()
|
boolean |
isSetInputFormat()
|
boolean |
isSetSrsName()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAny(Object value)
Sets the value of the any property. |
void |
setFilter(FilterType value)
Sets the value of the filter property. |
void |
setInputFormat(String value)
Sets the value of the inputFormat property. |
void |
setSrsName(String value)
Sets the value of the srsName property. |
String |
toString()
|
ReplaceType |
withAny(Object value)
|
ReplaceType |
withFilter(FilterType value)
|
ReplaceType |
withHandle(String value)
|
ReplaceType |
withInputFormat(String value)
|
ReplaceType |
withSrsName(String value)
|
| Methods inherited from class net.opengis.wfs.v_2_0.AbstractTransactionActionType |
|---|
getHandle, isSetHandle, setHandle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Object any
protected FilterType filter
protected String inputFormat
protected String srsName
| Constructor Detail |
|---|
public ReplaceType()
| Method Detail |
|---|
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic boolean isSetAny()
public FilterType getFilter()
FilterTypepublic void setFilter(FilterType value)
value - allowed object is
FilterTypepublic boolean isSetFilter()
public String getInputFormat()
Stringpublic void setInputFormat(String value)
value - allowed object is
Stringpublic boolean isSetInputFormat()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
public String toString()
toString in class AbstractTransactionActionType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractTransactionActionType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractTransactionActionType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractTransactionActionTypepublic boolean equals(Object object)
equals in class AbstractTransactionActionType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractTransactionActionTypepublic int hashCode()
hashCode in class AbstractTransactionActionTypepublic Object clone()
clone in class AbstractTransactionActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractTransactionActionType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractTransactionActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransactionActionType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransactionActionTypepublic ReplaceType withAny(Object value)
public ReplaceType withFilter(FilterType value)
public ReplaceType withInputFormat(String value)
public ReplaceType withSrsName(String value)
public ReplaceType withHandle(String value)
withHandle in class AbstractTransactionActionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||