net.opengis.wcs.v_2_0
Class CapabilitiesType

java.lang.Object
  extended by net.opengis.ows.v_2_0.CapabilitiesBaseType
      extended by net.opengis.wcs.v_2_0.CapabilitiesType
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 CapabilitiesType
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 CapabilitiesType complex type.

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

 <complexType name="CapabilitiesType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}CapabilitiesBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/wcs/2.0}ServiceMetadata" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wcs/2.0}Contents" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
CapabilitiesBaseType.Languages
 
Field Summary
protected  ContentsType contents
           
protected  ServiceMetadataType serviceMetadata
           
 
Fields inherited from class net.opengis.ows.v_2_0.CapabilitiesBaseType
languages, operationsMetadata, serviceIdentification, serviceProvider, updateSequence, version
 
Constructor Summary
CapabilitiesType()
           
 
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)
           
 ContentsType getContents()
          Gets the value of the contents property.
 ServiceMetadataType getServiceMetadata()
          Despite its name this element should not be confuse with the OWSServiceMetadata defined in OWS Common.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetContents()
           
 boolean isSetServiceMetadata()
           
 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(ContentsType value)
          Sets the value of the contents property.
 void setServiceMetadata(ServiceMetadataType value)
          Sets the value of the serviceMetadata property.
 String toString()
           
 CapabilitiesType withContents(ContentsType value)
           
 CapabilitiesType withServiceMetadata(ServiceMetadataType 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceMetadata

protected ServiceMetadataType serviceMetadata

contents

protected ContentsType contents
Constructor Detail

CapabilitiesType

public CapabilitiesType()
Method Detail

getServiceMetadata

public ServiceMetadataType getServiceMetadata()
Despite its name this element should not be confuse with the OWSServiceMetadata defined in OWS Common.

Returns:
possible object is ServiceMetadataType

setServiceMetadata

public void setServiceMetadata(ServiceMetadataType value)
Sets the value of the serviceMetadata property.

Parameters:
value - allowed object is ServiceMetadataType

isSetServiceMetadata

public boolean isSetServiceMetadata()

getContents

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

Returns:
possible object is ContentsType

setContents

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

Parameters:
value - allowed object is ContentsType

isSetContents

public boolean isSetContents()

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

withServiceMetadata

public CapabilitiesType withServiceMetadata(ServiceMetadataType value)

withContents

public CapabilitiesType withContents(ContentsType value)


Copyright © 2008-2015. All Rights Reserved.