|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.AbstractTransactionActionType
net.opengis.wfs._2_1.InsertType
public class InsertType
Classe Java pour InsertType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="InsertType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.1}AbstractTransactionActionType">
<sequence>
<any namespace='##other' maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.1}StandardInputParameters"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
inputFormat
|
protected String |
srsName
|
| Fields inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType |
|---|
handle |
| Constructor Summary | |
|---|---|
InsertType()
|
|
| Method Summary | |
|---|---|
List<Object> |
getAny()
Gets the value of the any property. |
String |
getInputFormat()
Obtient la valeur de la propriété inputFormat. |
String |
getSrsName()
Obtient la valeur de la propriété srsName. |
boolean |
isSetAny()
|
boolean |
isSetInputFormat()
|
boolean |
isSetSrsName()
|
void |
setInputFormat(String value)
Définit la valeur de la propriété inputFormat. |
void |
setSrsName(String value)
Définit la valeur de la propriété srsName. |
void |
unsetAny()
|
| Methods inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType |
|---|
getHandle, isSetHandle, setHandle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||