public class CapabilitiesType 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 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/1.1}CapabilitiesBaseType">
<sequence>
<element name="notifications" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/swes/2.0}NotificationProducerMetadata"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="contents" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/sps/2.0}SPSContents"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CapabilitiesType.Contents
Java class for anonymous complex type.
|
static class |
CapabilitiesType.Notifications
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CapabilitiesType.Contents |
contents |
protected List<Object> |
extension |
protected CapabilitiesType.Notifications |
notifications |
operationsMetadata, serviceIdentification, serviceProvider, updateSequence, version| Constructor and Description |
|---|
CapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
CapabilitiesType.Contents |
getContents()
Gets the value of the contents property.
|
List<Object> |
getExtension()
Gets the value of the extension property.
|
CapabilitiesType.Notifications |
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 |
isSetExtension() |
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(CapabilitiesType.Contents value)
Sets the value of the contents property.
|
void |
setExtension(List<Object> value) |
void |
setNotifications(CapabilitiesType.Notifications value)
Sets the value of the notifications property.
|
String |
toString() |
void |
unsetExtension() |
CapabilitiesType |
withContents(CapabilitiesType.Contents value) |
CapabilitiesType |
withExtension(Collection<Object> values) |
CapabilitiesType |
withExtension(List<Object> value) |
CapabilitiesType |
withExtension(Object... values) |
CapabilitiesType |
withNotifications(CapabilitiesType.Notifications value) |
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, isSetOperationsMetadata, isSetServiceIdentification, isSetServiceProvider, isSetUpdateSequence, isSetVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion, withOperationsMetadata, withServiceIdentification, withServiceProvider, withUpdateSequence, withVersionprotected CapabilitiesType.Notifications notifications
protected CapabilitiesType.Contents contents
public CapabilitiesType.Notifications getNotifications()
CapabilitiesType.Notificationspublic void setNotifications(CapabilitiesType.Notifications value)
value - allowed object is
CapabilitiesType.Notificationspublic boolean isSetNotifications()
public CapabilitiesType.Contents getContents()
CapabilitiesType.Contentspublic void setContents(CapabilitiesType.Contents value)
value - allowed object is
CapabilitiesType.Contentspublic boolean isSetContents()
public List<Object> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetExtension()
public void unsetExtension()
public String toString()
toString in class CapabilitiesBaseTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class CapabilitiesBaseTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class CapabilitiesBaseTypepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class CapabilitiesBaseTypepublic boolean equals(Object object)
equals in class CapabilitiesBaseTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class CapabilitiesBaseTypepublic int hashCode()
hashCode in class CapabilitiesBaseTypepublic Object clone()
clone in class CapabilitiesBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class CapabilitiesBaseTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class CapabilitiesBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class CapabilitiesBaseTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class CapabilitiesBaseTypepublic 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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class CapabilitiesBaseTypepublic CapabilitiesType withNotifications(CapabilitiesType.Notifications value)
public CapabilitiesType withContents(CapabilitiesType.Contents value)
public CapabilitiesType withExtension(Object... values)
public CapabilitiesType withExtension(Collection<Object> values)
public CapabilitiesType withExtension(List<Object> value)
Copyright © 2008–2023. All rights reserved.