public class SensorChangedType extends SWESEventType 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 SensorChangedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensorChangedType">
<complexContent>
<extension base="{http://www.opengis.net/swes/2.0}SWESEventType">
<sequence>
<element name="procedure" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</extension>
</complexContent>
</complexType>
SWESEventType.Service| Modifier and Type | Field and Description |
|---|---|
protected String |
procedure |
code, eventTime, message, servicedescription, extension, id, identifier, name| Constructor and Description |
|---|
SensorChangedType() |
| 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) |
String |
getProcedure()
Gets the value of the procedure property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetProcedure() |
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 |
setProcedure(String value)
Sets the value of the procedure property.
|
String |
toString() |
SensorChangedType |
withCode(String value) |
SensorChangedType |
withDescription(String value) |
SensorChangedType |
withEventTime(XMLGregorianCalendar value) |
SensorChangedType |
withExtension(Collection<Object> values) |
SensorChangedType |
withExtension(List<Object> value) |
SensorChangedType |
withExtension(Object... values) |
SensorChangedType |
withId(String value) |
SensorChangedType |
withIdentifier(String value) |
SensorChangedType |
withMessage(Collection<LanguageStringType> values) |
SensorChangedType |
withMessage(LanguageStringType... values) |
SensorChangedType |
withMessage(List<LanguageStringType> value) |
SensorChangedType |
withName(CodeType... values) |
SensorChangedType |
withName(Collection<CodeType> values) |
SensorChangedType |
withName(List<CodeType> value) |
SensorChangedType |
withProcedure(String value) |
SensorChangedType |
withService(SWESEventType.Service value) |
getCode, 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 String procedure
public String getProcedure()
Stringpublic void setProcedure(String value)
value - allowed object is
Stringpublic boolean isSetProcedure()
public String toString()
toString in class SWESEventTypepublic 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 SWESEventTypepublic 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 SWESEventTypepublic 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 SWESEventTypepublic boolean equals(Object object)
equals in class SWESEventTypepublic 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 SWESEventTypepublic int hashCode()
hashCode in class SWESEventTypepublic Object clone()
clone in class SWESEventTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SWESEventTypepublic 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 SWESEventTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class SWESEventTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SWESEventTypepublic 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 SWESEventTypepublic SensorChangedType withProcedure(String value)
public SensorChangedType withEventTime(XMLGregorianCalendar value)
withEventTime in class SWESEventTypepublic SensorChangedType withCode(String value)
withCode in class SWESEventTypepublic SensorChangedType withMessage(LanguageStringType... values)
withMessage in class SWESEventTypepublic SensorChangedType withMessage(Collection<LanguageStringType> values)
withMessage in class SWESEventTypepublic SensorChangedType withService(SWESEventType.Service value)
withService in class SWESEventTypepublic SensorChangedType withMessage(List<LanguageStringType> value)
withMessage in class SWESEventTypepublic SensorChangedType withDescription(String value)
withDescription in class SWESEventTypepublic SensorChangedType withIdentifier(String value)
withIdentifier in class SWESEventTypepublic SensorChangedType withName(CodeType... values)
withName in class SWESEventTypepublic SensorChangedType withName(Collection<CodeType> values)
withName in class SWESEventTypepublic SensorChangedType withExtension(Object... values)
withExtension in class SWESEventTypepublic SensorChangedType withExtension(Collection<Object> values)
withExtension in class SWESEventTypepublic SensorChangedType withId(String value)
withId in class SWESEventTypepublic SensorChangedType withName(List<CodeType> value)
withName in class SWESEventTypepublic SensorChangedType withExtension(List<Object> value)
withExtension in class SWESEventTypeCopyright © 2008–2023. All rights reserved.