|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.capabilities.Request_Impl
The REQUEST parameter indicates which service operation is being invoked. The value shall be the name of one of the operations offered by the OGC Web Service Instance.
-----------------------------------------------------
Field Summary | |
private DescribeFeatureType |
describeFeatureType
|
private GetCapabilities |
getCapabilities
|
private GetFeature |
getFeature
|
private GetFeatureWithLock |
getFeatureWithLock
|
private LockFeature |
lockFeature
|
private Transaction |
transaction
|
Constructor Summary | |
(package private) |
Request_Impl(GetCapabilities getCapabilities,
DescribeFeatureType describeFeatureType,
Transaction transaction,
GetFeature getFeature,
GetFeatureWithLock getFeatureWithLock,
LockFeature lockFeature)
constructor initializing the class with the |
Method Summary | |
DescribeFeatureType |
getDescribeFeatureType()
The <DescribeFeatureType> tag isused toindicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description. |
GetCapabilities |
getGetCapabilities()
The <GetCapabilities> element is included to define the available distributed computing platforms for this interface. |
GetFeature |
getGetFeature()
The <GetFeature> tag isused todefine the formats available for expressing the results of a query. |
GetFeatureWithLock |
getGetFeatureWithLock()
Get The Feature with Lock. |
LockFeature |
getLockFeature()
The <LockFeature> element is included to define the available distributed computing platforms. |
Transaction |
getTransaction()
The <Transaction> element is included to define the available distributed computing platforms for this interface. |
void |
setDescribeFeatureType(DescribeFeatureType describeFeatureType)
sets the |
void |
setGetCapabilities(GetCapabilities getCapabilities)
sets the getCapabilities |
void |
setGetFeature(GetFeature getFeature)
sets the |
void |
setGetFeatureWithLock(GetFeatureWithLock getFeatureWithLock)
sets the Feature with Lock. |
void |
setLockFeature(LockFeature lockFeature)
sets the |
void |
setTransaction(Transaction transaction)
sets the |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private GetCapabilities getCapabilities
private DescribeFeatureType describeFeatureType
private Transaction transaction
private GetFeature getFeature
private GetFeatureWithLock getFeatureWithLock
private LockFeature lockFeature
Constructor Detail |
Request_Impl(GetCapabilities getCapabilities, DescribeFeatureType describeFeatureType, Transaction transaction, GetFeature getFeature, GetFeatureWithLock getFeatureWithLock, LockFeature lockFeature)
Method Detail |
public GetCapabilities getGetCapabilities()
getGetCapabilities
in interface Request
public void setGetCapabilities(GetCapabilities getCapabilities)
public DescribeFeatureType getDescribeFeatureType()
getDescribeFeatureType
in interface Request
public void setDescribeFeatureType(DescribeFeatureType describeFeatureType)
public Transaction getTransaction()
getTransaction
in interface Request
public void setTransaction(Transaction transaction)
public GetFeature getGetFeature()
getGetFeature
in interface Request
public void setGetFeature(GetFeature getFeature)
public GetFeatureWithLock getGetFeatureWithLock()
getGetFeatureWithLock
in interface Request
public void setGetFeatureWithLock(GetFeatureWithLock getFeatureWithLock)
public LockFeature getLockFeature()
getLockFeature
in interface Request
public void setLockFeature(LockFeature lockFeature)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |