|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.BaseRequestType
net.opengis.wfs._2_1.LockFeatureType
public class LockFeatureType
Classe Java pour LockFeatureType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LockFeatureType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.1}BaseRequestType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}AbstractQueryExpression" maxOccurs="unbounded"/>
</sequence>
<attribute name="lockId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expiry" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="300" />
<attribute name="lockAction" type="{http://www.opengis.net/wfs/2.1}AllSomeType" default="ALL" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractQueryExpressionType>> |
abstractQueryExpression
|
protected BigInteger |
expiry
|
protected AllSomeType |
lockAction
|
protected String |
lockId
|
| Fields inherited from class net.opengis.wfs._2_1.BaseRequestType |
|---|
handle, SERVICE, VERSION |
| Constructor Summary | |
|---|---|
LockFeatureType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends AbstractQueryExpressionType>> |
getAbstractQueryExpression()
Gets the value of the abstractQueryExpression property. |
BigInteger |
getExpiry()
Obtient la valeur de la propriété expiry. |
AllSomeType |
getLockAction()
Obtient la valeur de la propriété lockAction. |
String |
getLockId()
Obtient la valeur de la propriété lockId. |
boolean |
isSetAbstractQueryExpression()
|
boolean |
isSetExpiry()
|
boolean |
isSetLockAction()
|
boolean |
isSetLockId()
|
void |
setExpiry(BigInteger value)
Définit la valeur de la propriété expiry. |
void |
setLockAction(AllSomeType value)
Définit la valeur de la propriété lockAction. |
void |
setLockId(String value)
Définit la valeur de la propriété lockId. |
void |
unsetAbstractQueryExpression()
|
| Methods inherited from class net.opengis.wfs._2_1.BaseRequestType |
|---|
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<JAXBElement<? extends AbstractQueryExpressionType>> abstractQueryExpression
protected String lockId
protected BigInteger expiry
protected AllSomeType lockAction
| Constructor Detail |
|---|
public LockFeatureType()
| Method Detail |
|---|
public List<JAXBElement<? extends AbstractQueryExpressionType>> getAbstractQueryExpression()
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 abstractQueryExpression property.
For example, to add a new item, do as follows:
getAbstractQueryExpression().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<QueryType>
JAXBElement<AbstractQueryExpressionType>
JAXBElement<AbstractAdhocQueryExpressionType>
JAXBElement<StoredQueryType>
public boolean isSetAbstractQueryExpression()
public void unsetAbstractQueryExpression()
public String getLockId()
Stringpublic void setLockId(String value)
value - allowed object is
Stringpublic boolean isSetLockId()
public BigInteger getExpiry()
BigIntegerpublic void setExpiry(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetExpiry()
public AllSomeType getLockAction()
AllSomeTypepublic void setLockAction(AllSomeType value)
value - allowed object is
AllSomeTypepublic boolean isSetLockAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||