org.deegree.services.jaxb.wpvs
Class PublishedInformation

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.PublishedInformation

public class PublishedInformation
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">
       <sequence>
         <element name="AllowedOperations" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <group ref="{http://www.deegree.org/services/wpvs}AllowedOperations"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PublishedInformation.AllowedOperations
          Java class for anonymous complex type.
 
Field Summary
protected  PublishedInformation.AllowedOperations allowedOperations
           
 
Constructor Summary
PublishedInformation()
           
 
Method Summary
 PublishedInformation.AllowedOperations getAllowedOperations()
          Gets the value of the allowedOperations property.
 void setAllowedOperations(PublishedInformation.AllowedOperations value)
          Sets the value of the allowedOperations property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowedOperations

protected PublishedInformation.AllowedOperations allowedOperations
Constructor Detail

PublishedInformation

public PublishedInformation()
Method Detail

getAllowedOperations

public PublishedInformation.AllowedOperations getAllowedOperations()
Gets the value of the allowedOperations property.

Returns:
possible object is PublishedInformation.AllowedOperations

setAllowedOperations

public void setAllowedOperations(PublishedInformation.AllowedOperations value)
Sets the value of the allowedOperations property.

Parameters:
value - allowed object is PublishedInformation.AllowedOperations


Copyright © 2011. All Rights Reserved.