|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wcs.PublishedInformation
public class PublishedInformation
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"> <sequence> <element name="SupportedVersions"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.deegree.org/services/wcs}Version" maxOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AllowedOperations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.deegree.org/services/wcs}AllowedOperations"/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PublishedInformation.AllowedOperations
Java class for anonymous complex type. |
static class |
PublishedInformation.SupportedVersions
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected PublishedInformation.AllowedOperations |
allowedOperations
|
protected PublishedInformation.SupportedVersions |
supportedVersions
|
Constructor Summary | |
---|---|
PublishedInformation()
|
Method Summary | |
---|---|
PublishedInformation.AllowedOperations |
getAllowedOperations()
Gets the value of the allowedOperations property. |
PublishedInformation.SupportedVersions |
getSupportedVersions()
Gets the value of the supportedVersions property. |
void |
setAllowedOperations(PublishedInformation.AllowedOperations value)
Sets the value of the allowedOperations property. |
void |
setSupportedVersions(PublishedInformation.SupportedVersions value)
Sets the value of the supportedVersions property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PublishedInformation.SupportedVersions supportedVersions
protected PublishedInformation.AllowedOperations allowedOperations
Constructor Detail |
---|
public PublishedInformation()
Method Detail |
---|
public PublishedInformation.SupportedVersions getSupportedVersions()
PublishedInformation.SupportedVersions
public void setSupportedVersions(PublishedInformation.SupportedVersions value)
value
- allowed object is
PublishedInformation.SupportedVersions
public PublishedInformation.AllowedOperations getAllowedOperations()
PublishedInformation.AllowedOperations
public void setAllowedOperations(PublishedInformation.AllowedOperations value)
value
- allowed object is
PublishedInformation.AllowedOperations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |