|
|||||||||
| 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.InsertType
public class InsertType
Java class for InsertType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.0}AbstractTransactionActionType">
<sequence>
<any namespace='##other' maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.0}StandardInputParameters"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
inputFormat
|
protected String |
srsName
|
| Fields inherited from class net.opengis.wfs.v_2_0.AbstractTransactionActionType |
|---|
handle |
| Constructor Summary | |
|---|---|
InsertType()
|
|
| 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)
|
List<Object> |
getAny()
Gets the value of the any 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 |
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(List<Object> value)
|
void |
setInputFormat(String value)
Sets the value of the inputFormat property. |
void |
setSrsName(String value)
Sets the value of the srsName property. |
String |
toString()
|
void |
unsetAny()
|
InsertType |
withAny(Collection<Object> values)
|
InsertType |
withAny(List<Object> value)
|
InsertType |
withAny(Object... values)
|
InsertType |
withHandle(String value)
|
InsertType |
withInputFormat(String value)
|
InsertType |
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 List<Object> any
protected String inputFormat
protected String srsName
| Constructor Detail |
|---|
public InsertType()
| Method Detail |
|---|
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAny()
public void unsetAny()
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 void setAny(List<Object> value)
public InsertType withAny(Object... values)
public InsertType withAny(Collection<Object> values)
public InsertType withInputFormat(String value)
public InsertType withSrsName(String value)
public InsertType withAny(List<Object> value)
public InsertType withHandle(String value)
withHandle in class AbstractTransactionActionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||