Package net.opengis.wps.v_2_0
Class WPSCapabilitiesType
- java.lang.Object
-
- net.opengis.ows.v_2_0.CapabilitiesBaseType
-
- net.opengis.wps.v_2_0.WPSCapabilitiesType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class WPSCapabilitiesType extends CapabilitiesBaseType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.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}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
Nested Classes Modifier and Type Class Description static classWPSCapabilitiesType.ExtensionJava class for anonymous complex type.-
Nested classes/interfaces inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
CapabilitiesBaseType.Languages
-
-
Field Summary
Fields Modifier and Type Field Description protected Contentscontentsprotected WPSCapabilitiesType.Extensionextensionstatic StringSERVICE-
Fields inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
languages, operationsMetadata, serviceIdentification, serviceProvider, updateSequence, version
-
-
Constructor Summary
Constructors Constructor Description WPSCapabilitiesType()Default no-arg constructorWPSCapabilitiesType(Contents contents, WPSCapabilitiesType.Extension extension)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)ContentsgetContents()Gets the value of the contents property.WPSCapabilitiesType.ExtensiongetExtension()Gets the value of the extension property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetContents()booleanisSetExtension()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetContents(Contents value)Sets the value of the contents property.voidsetExtension(WPSCapabilitiesType.Extension value)Sets the value of the extension property.StringtoString()WPSCapabilitiesTypewithContents(Contents value)WPSCapabilitiesTypewithExtension(WPSCapabilitiesType.Extension value)-
Methods inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, isSetLanguages, isSetOperationsMetadata, isSetServiceIdentification, isSetServiceProvider, isSetUpdateSequence, isSetVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion, withLanguages, withOperationsMetadata, withServiceIdentification, withServiceProvider, withUpdateSequence, withVersion
-
-
-
-
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()
Default no-arg constructor
-
WPSCapabilitiesType
public WPSCapabilitiesType(Contents contents, WPSCapabilitiesType.Extension extension)
Fully-initialising value constructor
-
-
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 isContents
-
isSetContents
public boolean isSetContents()
-
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 isWPSCapabilitiesType.Extension
-
isSetExtension
public boolean isSetExtension()
-
toString
public String toString()
- Overrides:
toStringin classCapabilitiesBaseType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classCapabilitiesBaseType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classCapabilitiesBaseType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classCapabilitiesBaseType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classCapabilitiesBaseType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classCapabilitiesBaseType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCapabilitiesBaseType
-
clone
public Object clone()
- Overrides:
clonein classCapabilitiesBaseType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classCapabilitiesBaseType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classCapabilitiesBaseType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classCapabilitiesBaseType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCapabilitiesBaseType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCapabilitiesBaseType
-
withContents
public WPSCapabilitiesType withContents(Contents value)
-
withExtension
public WPSCapabilitiesType withExtension(WPSCapabilitiesType.Extension value)
-
-