org.deegree.services.jaxb.wcs
Class PublishedInformation.AllowedOperations

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.PublishedInformation.AllowedOperations
Enclosing class:
PublishedInformation

public static class PublishedInformation.AllowedOperations
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.deegree.org/services/wcs}AllowedOperations"/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PublishedInformation.AllowedOperations.DescribeCoverage
          Java class for anonymous complex type.
static class PublishedInformation.AllowedOperations.GetCapabilities
          Java class for anonymous complex type.
static class PublishedInformation.AllowedOperations.GetCoverage
          Java class for anonymous complex type.
 
Field Summary
protected  PublishedInformation.AllowedOperations.DescribeCoverage describeCoverage
           
protected  PublishedInformation.AllowedOperations.GetCapabilities getCapabilities
           
protected  PublishedInformation.AllowedOperations.GetCoverage getCoverage
           
 
Constructor Summary
PublishedInformation.AllowedOperations()
           
 
Method Summary
 PublishedInformation.AllowedOperations.DescribeCoverage getDescribeCoverage()
          Gets the value of the describeCoverage property.
 PublishedInformation.AllowedOperations.GetCapabilities getGetCapabilities()
          Gets the value of the getCapabilities property.
 PublishedInformation.AllowedOperations.GetCoverage getGetCoverage()
          Gets the value of the getCoverage property.
 void setDescribeCoverage(PublishedInformation.AllowedOperations.DescribeCoverage value)
          Sets the value of the describeCoverage property.
 void setGetCapabilities(PublishedInformation.AllowedOperations.GetCapabilities value)
          Sets the value of the getCapabilities property.
 void setGetCoverage(PublishedInformation.AllowedOperations.GetCoverage value)
          Sets the value of the getCoverage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getCapabilities

protected PublishedInformation.AllowedOperations.GetCapabilities getCapabilities

describeCoverage

protected PublishedInformation.AllowedOperations.DescribeCoverage describeCoverage

getCoverage

protected PublishedInformation.AllowedOperations.GetCoverage getCoverage
Constructor Detail

PublishedInformation.AllowedOperations

public PublishedInformation.AllowedOperations()
Method Detail

getGetCapabilities

public PublishedInformation.AllowedOperations.GetCapabilities getGetCapabilities()
Gets the value of the getCapabilities property.

Returns:
possible object is PublishedInformation.AllowedOperations.GetCapabilities

setGetCapabilities

public void setGetCapabilities(PublishedInformation.AllowedOperations.GetCapabilities value)
Sets the value of the getCapabilities property.

Parameters:
value - allowed object is PublishedInformation.AllowedOperations.GetCapabilities

getDescribeCoverage

public PublishedInformation.AllowedOperations.DescribeCoverage getDescribeCoverage()
Gets the value of the describeCoverage property.

Returns:
possible object is PublishedInformation.AllowedOperations.DescribeCoverage

setDescribeCoverage

public void setDescribeCoverage(PublishedInformation.AllowedOperations.DescribeCoverage value)
Sets the value of the describeCoverage property.

Parameters:
value - allowed object is PublishedInformation.AllowedOperations.DescribeCoverage

getGetCoverage

public PublishedInformation.AllowedOperations.GetCoverage getGetCoverage()
Gets the value of the getCoverage property.

Returns:
possible object is PublishedInformation.AllowedOperations.GetCoverage

setGetCoverage

public void setGetCoverage(PublishedInformation.AllowedOperations.GetCoverage value)
Sets the value of the getCoverage property.

Parameters:
value - allowed object is PublishedInformation.AllowedOperations.GetCoverage


Copyright © 2011. All Rights Reserved.