Package net.opengis.sps.v_2_0
Class GetCapabilitiesType
- java.lang.Object
-
- net.opengis.ows.v_1_1_0.GetCapabilitiesType
-
- net.opengis.sps.v_2_0.GetCapabilitiesType
-
- 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 GetCapabilitiesType extends GetCapabilitiesType 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 GetCapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCapabilitiesType"> <complexContent> <extension base="{http://www.opengis.net/ows/1.1}GetCapabilitiesType"> <sequence> <element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="service" type="{http://www.w3.org/2001/XMLSchema}string" default="SPS" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>extensionprotected Stringservice-
Fields inherited from class net.opengis.ows.v_1_1_0.GetCapabilitiesType
acceptFormats, acceptVersions, sections, updateSequence
-
-
Constructor Summary
Constructors Constructor Description GetCapabilitiesType()Default no-arg constructorGetCapabilitiesType(List<Object> extension, String service)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)List<Object>getExtension()Gets the value of the extension property.StringgetService()Gets the value of the service property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetExtension()booleanisSetService()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)voidsetExtension(List<Object> value)voidsetService(String value)Sets the value of the service property.StringtoString()voidunsetExtension()GetCapabilitiesTypewithExtension(Object... values)GetCapabilitiesTypewithExtension(Collection<Object> values)GetCapabilitiesTypewithExtension(List<Object> value)GetCapabilitiesTypewithService(String value)-
Methods inherited from class net.opengis.ows.v_1_1_0.GetCapabilitiesType
getAcceptFormats, getAcceptVersions, getSections, getUpdateSequence, isSetAcceptFormats, isSetAcceptVersions, isSetSections, isSetUpdateSequence, setAcceptFormats, setAcceptVersions, setSections, setUpdateSequence, withAcceptFormats, withAcceptVersions, withSections, withUpdateSequence
-
-
-
-
Method Detail
-
getExtension
public List<Object> getExtension()
Gets the value of the extension property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetExtension
public boolean isSetExtension()
-
unsetExtension
public void unsetExtension()
-
getService
public String getService()
Gets the value of the service property.- Returns:
- possible object is
String
-
setService
public void setService(String value)
Sets the value of the service property.- Parameters:
value- allowed object isString
-
isSetService
public boolean isSetService()
-
toString
public String toString()
- Overrides:
toStringin classGetCapabilitiesType
-
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 classGetCapabilitiesType
-
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 classGetCapabilitiesType
-
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 classGetCapabilitiesType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classGetCapabilitiesType
-
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 classGetCapabilitiesType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGetCapabilitiesType
-
clone
public Object clone()
- Overrides:
clonein classGetCapabilitiesType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classGetCapabilitiesType
-
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 classGetCapabilitiesType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classGetCapabilitiesType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classGetCapabilitiesType
-
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 classGetCapabilitiesType
-
withExtension
public GetCapabilitiesType withExtension(Object... values)
-
withExtension
public GetCapabilitiesType withExtension(Collection<Object> values)
-
withService
public GetCapabilitiesType withService(String value)
-
withExtension
public GetCapabilitiesType withExtension(List<Object> value)
-
-