|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.LockFeatureResponseType
public class LockFeatureResponseType
Classe Java pour LockFeatureResponseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LockFeatureResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FeaturesLocked" type="{http://www.opengis.net/wfs/2.1}FeaturesLockedType" minOccurs="0"/>
<element name="FeaturesNotLocked" type="{http://www.opengis.net/wfs/2.1}FeaturesNotLockedType" minOccurs="0"/>
</sequence>
<attribute name="lockId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FeaturesLockedType |
featuresLocked
|
protected FeaturesNotLockedType |
featuresNotLocked
|
protected String |
lockId
|
| Constructor Summary | |
|---|---|
LockFeatureResponseType()
|
|
| Method Summary | |
|---|---|
FeaturesLockedType |
getFeaturesLocked()
Obtient la valeur de la propriété featuresLocked. |
FeaturesNotLockedType |
getFeaturesNotLocked()
Obtient la valeur de la propriété featuresNotLocked. |
String |
getLockId()
Obtient la valeur de la propriété lockId. |
boolean |
isSetFeaturesLocked()
|
boolean |
isSetFeaturesNotLocked()
|
boolean |
isSetLockId()
|
void |
setFeaturesLocked(FeaturesLockedType value)
Définit la valeur de la propriété featuresLocked. |
void |
setFeaturesNotLocked(FeaturesNotLockedType value)
Définit la valeur de la propriété featuresNotLocked. |
void |
setLockId(String value)
Définit la valeur de la propriété lockId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FeaturesLockedType featuresLocked
protected FeaturesNotLockedType featuresNotLocked
protected String lockId
| Constructor Detail |
|---|
public LockFeatureResponseType()
| Method Detail |
|---|
public FeaturesLockedType getFeaturesLocked()
FeaturesLockedTypepublic void setFeaturesLocked(FeaturesLockedType value)
value - allowed object is
FeaturesLockedTypepublic boolean isSetFeaturesLocked()
public FeaturesNotLockedType getFeaturesNotLocked()
FeaturesNotLockedTypepublic void setFeaturesNotLocked(FeaturesNotLockedType value)
value - allowed object is
FeaturesNotLockedTypepublic boolean isSetFeaturesNotLocked()
public String getLockId()
Stringpublic void setLockId(String value)
value - allowed object is
Stringpublic boolean isSetLockId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||