public class SPSContentsType extends AbstractContentsType 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 SPSContentsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPSContentsType">
<complexContent>
<extension base="{http://www.opengis.net/swes/2.0}AbstractContentsType">
<sequence>
<element name="minStatusTime" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="supportedEncoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractContentsType.Offering, AbstractContentsType.RelatedFeature| Modifier and Type | Field and Description |
|---|---|
protected Duration |
minStatusTime |
protected List<String> |
supportedEncoding |
observableProperty, offering, procedureDescriptionFormat, relatedFeaturedescription, extension, id, identifier, name| Constructor and Description |
|---|
SPSContentsType() |
| 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) |
Duration |
getMinStatusTime()
Gets the value of the minStatusTime property.
|
List<String> |
getSupportedEncoding()
Gets the value of the supportedEncoding property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetMinStatusTime() |
boolean |
isSetSupportedEncoding() |
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 |
setMinStatusTime(Duration value)
Sets the value of the minStatusTime property.
|
void |
setSupportedEncoding(List<String> value) |
String |
toString() |
void |
unsetSupportedEncoding() |
SPSContentsType |
withMinStatusTime(Duration value) |
SPSContentsType |
withSupportedEncoding(Collection<String> values) |
SPSContentsType |
withSupportedEncoding(List<String> value) |
SPSContentsType |
withSupportedEncoding(String... values) |
getObservableProperty, getOffering, getProcedureDescriptionFormat, getRelatedFeature, isSetObservableProperty, isSetOffering, isSetProcedureDescriptionFormat, isSetRelatedFeature, setObservableProperty, setOffering, setProcedureDescriptionFormat, setRelatedFeature, unsetObservableProperty, unsetOffering, unsetProcedureDescriptionFormat, unsetRelatedFeature, withDescription, withExtension, withExtension, withExtension, withId, withIdentifier, withName, withName, withName, withObservableProperty, withObservableProperty, withObservableProperty, withOffering, withOffering, withOffering, withProcedureDescriptionFormat, withProcedureDescriptionFormat, withProcedureDescriptionFormat, withRelatedFeature, withRelatedFeature, withRelatedFeaturegetDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetNameprotected Duration minStatusTime
public Duration getMinStatusTime()
Durationpublic void setMinStatusTime(Duration value)
value - allowed object is
Durationpublic boolean isSetMinStatusTime()
public List<String> getSupportedEncoding()
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 supportedEncoding property.
For example, to add a new item, do as follows:
getSupportedEncoding().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetSupportedEncoding()
public void unsetSupportedEncoding()
public String toString()
toString in class AbstractContentsTypepublic 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 AbstractContentsTypepublic 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 AbstractContentsTypepublic 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 AbstractContentsTypepublic boolean equals(Object object)
equals in class AbstractContentsTypepublic 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 AbstractContentsTypepublic int hashCode()
hashCode in class AbstractContentsTypepublic Object clone()
clone in class AbstractContentsTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractContentsTypepublic 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 AbstractContentsTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractContentsTypepublic 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 AbstractContentsTypepublic SPSContentsType withMinStatusTime(Duration value)
public SPSContentsType withSupportedEncoding(String... values)
public SPSContentsType withSupportedEncoding(Collection<String> values)
public SPSContentsType withSupportedEncoding(List<String> value)
Copyright © 2008–2023. All rights reserved.