public class SensorDescriptionUpdatedType extends SensorChangedType 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 SensorDescriptionUpdatedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensorDescriptionUpdatedType">
<complexContent>
<extension base="{http://www.opengis.net/swes/2.0}SensorChangedType">
<sequence>
<element name="validTime" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml/3.2}AbstractTimeGeometricPrimitive"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SensorDescriptionUpdatedType.ValidTime
Java class for anonymous complex type.
|
SWESEventType.Service| Modifier and Type | Field and Description |
|---|---|
protected SensorDescriptionUpdatedType.ValidTime |
validTime |
procedurecode, eventTime, message, servicedescription, extension, id, identifier, name| Constructor and Description |
|---|
SensorDescriptionUpdatedType() |
| 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) |
SensorDescriptionUpdatedType.ValidTime |
getValidTime()
Gets the value of the validTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetValidTime() |
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 |
setValidTime(SensorDescriptionUpdatedType.ValidTime value)
Sets the value of the validTime property.
|
String |
toString() |
SensorDescriptionUpdatedType |
withCode(String value) |
SensorDescriptionUpdatedType |
withDescription(String value) |
SensorDescriptionUpdatedType |
withEventTime(XMLGregorianCalendar value) |
SensorDescriptionUpdatedType |
withExtension(Collection<Object> values) |
SensorDescriptionUpdatedType |
withExtension(List<Object> value) |
SensorDescriptionUpdatedType |
withExtension(Object... values) |
SensorDescriptionUpdatedType |
withId(String value) |
SensorDescriptionUpdatedType |
withIdentifier(String value) |
SensorDescriptionUpdatedType |
withMessage(Collection<LanguageStringType> values) |
SensorDescriptionUpdatedType |
withMessage(LanguageStringType... values) |
SensorDescriptionUpdatedType |
withMessage(List<LanguageStringType> value) |
SensorDescriptionUpdatedType |
withName(CodeType... values) |
SensorDescriptionUpdatedType |
withName(Collection<CodeType> values) |
SensorDescriptionUpdatedType |
withName(List<CodeType> value) |
SensorDescriptionUpdatedType |
withProcedure(String value) |
SensorDescriptionUpdatedType |
withService(SWESEventType.Service value) |
SensorDescriptionUpdatedType |
withValidTime(SensorDescriptionUpdatedType.ValidTime value) |
getProcedure, isSetProcedure, setProceduregetCode, getEventTime, getMessage, getService, isSetCode, isSetEventTime, isSetMessage, isSetService, setCode, setEventTime, setMessage, setService, unsetMessagegetDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetNameprotected SensorDescriptionUpdatedType.ValidTime validTime
public SensorDescriptionUpdatedType.ValidTime getValidTime()
SensorDescriptionUpdatedType.ValidTimepublic void setValidTime(SensorDescriptionUpdatedType.ValidTime value)
value - allowed object is
SensorDescriptionUpdatedType.ValidTimepublic boolean isSetValidTime()
public String toString()
toString in class SensorChangedTypepublic 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 SensorChangedTypepublic 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 SensorChangedTypepublic 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 SensorChangedTypepublic boolean equals(Object object)
equals in class SensorChangedTypepublic 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 SensorChangedTypepublic int hashCode()
hashCode in class SensorChangedTypepublic Object clone()
clone in class SensorChangedTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SensorChangedTypepublic 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 SensorChangedTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class SensorChangedTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SensorChangedTypepublic 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 SensorChangedTypepublic SensorDescriptionUpdatedType withValidTime(SensorDescriptionUpdatedType.ValidTime value)
public SensorDescriptionUpdatedType withProcedure(String value)
withProcedure in class SensorChangedTypepublic SensorDescriptionUpdatedType withEventTime(XMLGregorianCalendar value)
withEventTime in class SensorChangedTypepublic SensorDescriptionUpdatedType withCode(String value)
withCode in class SensorChangedTypepublic SensorDescriptionUpdatedType withMessage(LanguageStringType... values)
withMessage in class SensorChangedTypepublic SensorDescriptionUpdatedType withMessage(Collection<LanguageStringType> values)
withMessage in class SensorChangedTypepublic SensorDescriptionUpdatedType withService(SWESEventType.Service value)
withService in class SensorChangedTypepublic SensorDescriptionUpdatedType withMessage(List<LanguageStringType> value)
withMessage in class SensorChangedTypepublic SensorDescriptionUpdatedType withDescription(String value)
withDescription in class SensorChangedTypepublic SensorDescriptionUpdatedType withIdentifier(String value)
withIdentifier in class SensorChangedTypepublic SensorDescriptionUpdatedType withName(CodeType... values)
withName in class SensorChangedTypepublic SensorDescriptionUpdatedType withName(Collection<CodeType> values)
withName in class SensorChangedTypepublic SensorDescriptionUpdatedType withExtension(Object... values)
withExtension in class SensorChangedTypepublic SensorDescriptionUpdatedType withExtension(Collection<Object> values)
withExtension in class SensorChangedTypepublic SensorDescriptionUpdatedType withId(String value)
withId in class SensorChangedTypepublic SensorDescriptionUpdatedType withName(List<CodeType> value)
withName in class SensorChangedTypepublic SensorDescriptionUpdatedType withExtension(List<Object> value)
withExtension in class SensorChangedTypeCopyright © 2008–2023. All rights reserved.