net.opengis.oseo.v_1_0
Class Capabilities
java.lang.Object
net.opengis.ows.v_2_0.CapabilitiesBaseType
net.opengis.oseo.v_1_0.Capabilities
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
public class Capabilities
- extends CapabilitiesBaseType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}CapabilitiesBaseType">
<sequence>
<element name="Contents" type="{http://www.opengis.net/oseo/1.0}OrderingServiceContentsType" minOccurs="0"/>
<element name="Notifications" type="{http://www.opengis.net/swes/2.0}NotificationProducerMetadataPropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
OrderingServiceContentsType |
getContents()
Gets the value of the contents property. |
NotificationProducerMetadataPropertyType |
getNotifications()
Gets the value of the notifications property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetContents()
|
boolean |
isSetNotifications()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setContents(OrderingServiceContentsType value)
Sets the value of the contents property. |
void |
setNotifications(NotificationProducerMetadataPropertyType value)
Sets the value of the notifications property. |
String |
toString()
|
Capabilities |
withContents(OrderingServiceContentsType value)
|
Capabilities |
withNotifications(NotificationProducerMetadataPropertyType 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 |
contents
protected OrderingServiceContentsType contents
notifications
protected NotificationProducerMetadataPropertyType notifications
Capabilities
public Capabilities()
getContents
public OrderingServiceContentsType getContents()
- Gets the value of the contents property.
- Returns:
- possible object is
OrderingServiceContentsType
setContents
public void setContents(OrderingServiceContentsType value)
- Sets the value of the contents property.
- Parameters:
value - allowed object is
OrderingServiceContentsType
isSetContents
public boolean isSetContents()
getNotifications
public NotificationProducerMetadataPropertyType getNotifications()
- Gets the value of the notifications property.
- Returns:
- possible object is
NotificationProducerMetadataPropertyType
setNotifications
public void setNotifications(NotificationProducerMetadataPropertyType value)
- Sets the value of the notifications property.
- Parameters:
value - allowed object is
NotificationProducerMetadataPropertyType
isSetNotifications
public boolean isSetNotifications()
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.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class CapabilitiesBaseType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- 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.EqualsStrategy2 strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- 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.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- 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.CopyTo2- Overrides:
copyTo in class CapabilitiesBaseType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class CapabilitiesBaseType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
createNewInstance in class CapabilitiesBaseType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- 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.MergeStrategy2 strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class CapabilitiesBaseType
withContents
public Capabilities withContents(OrderingServiceContentsType value)
withNotifications
public Capabilities withNotifications(NotificationProducerMetadataPropertyType value)
Copyright © 2008-2015. All Rights Reserved.