net.opengis.wps.v_2_0
Class WPSCapabilitiesType

java.lang.Object
  extended by net.opengis.ows.v_2_0.CapabilitiesBaseType
      extended by net.opengis.wps.v_2_0.WPSCapabilitiesType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class WPSCapabilitiesType
extends CapabilitiesBaseType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for WPSCapabilitiesType complex type.

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

 <complexType name="WPSCapabilitiesType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}CapabilitiesBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/wps/2.0.0}Contents"/>
         <element name="Extension" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="WPS" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class WPSCapabilitiesType.Extension
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
CapabilitiesBaseType.Languages
 
Field Summary
protected  Contents contents
           
protected  WPSCapabilitiesType.Extension extension
           
static String SERVICE
           
 
Fields inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
languages, operationsMetadata, serviceIdentification, serviceProvider, updateSequence, version
 
Constructor Summary
WPSCapabilitiesType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 Contents getContents()
          Gets the value of the contents property.
 WPSCapabilitiesType.Extension getExtension()
          Gets the value of the extension property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setContents(Contents value)
          Sets the value of the contents property.
 void setExtension(WPSCapabilitiesType.Extension value)
          Sets the value of the extension property.
 String toString()
           
 WPSCapabilitiesType withContents(Contents value)
           
 WPSCapabilitiesType withExtension(WPSCapabilitiesType.Extension value)
           
 
Methods inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion, withLanguages, withOperationsMetadata, withServiceIdentification, withServiceProvider, withUpdateSequence, withVersion
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

contents

protected Contents contents

extension

protected WPSCapabilitiesType.Extension extension

SERVICE

public static final String SERVICE
See Also:
Constant Field Values
Constructor Detail

WPSCapabilitiesType

public WPSCapabilitiesType()
Method Detail

getContents

public Contents getContents()
Gets the value of the contents property.

Returns:
possible object is Contents

setContents

public void setContents(Contents value)
Sets the value of the contents property.

Parameters:
value - allowed object is Contents

getExtension

public WPSCapabilitiesType.Extension getExtension()
Gets the value of the extension property.

Returns:
possible object is WPSCapabilitiesType.Extension

setExtension

public void setExtension(WPSCapabilitiesType.Extension value)
Sets the value of the extension property.

Parameters:
value - allowed object is WPSCapabilitiesType.Extension

toString

public String toString()
Overrides:
toString in class CapabilitiesBaseType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class CapabilitiesBaseType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class CapabilitiesBaseType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class CapabilitiesBaseType

equals

public boolean equals(Object object)
Overrides:
equals in class CapabilitiesBaseType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class CapabilitiesBaseType

hashCode

public int hashCode()
Overrides:
hashCode in class CapabilitiesBaseType

clone

public Object clone()
Overrides:
clone in class CapabilitiesBaseType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class CapabilitiesBaseType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class CapabilitiesBaseType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class CapabilitiesBaseType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class CapabilitiesBaseType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class CapabilitiesBaseType

withContents

public WPSCapabilitiesType withContents(Contents value)

withExtension

public WPSCapabilitiesType withExtension(WPSCapabilitiesType.Extension value)


Copyright © 2008-2015. All Rights Reserved.