net.opengis.swes.v_2_0
Class SensorDescriptionUpdatedType
java.lang.Object
net.opengis.swes.v_2_0.AbstractSWESType
net.opengis.swes.v_2_0.SWESEventType
net.opengis.swes.v_2_0.SensorChangedType
net.opengis.swes.v_2_0.SensorDescriptionUpdatedType
- All Implemented Interfaces:
- 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
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>
|
Method Summary |
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)
|
| Methods inherited from class net.opengis.swes.v_2_0.SWESEventType |
getCode, getEventTime, getMessage, getService, isSetCode, isSetEventTime, isSetMessage, isSetService, setCode, setEventTime, setMessage, setService, unsetMessage |
| Methods inherited from class net.opengis.swes.v_2_0.AbstractSWESType |
getDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetName |
validTime
protected SensorDescriptionUpdatedType.ValidTime validTime
SensorDescriptionUpdatedType
public SensorDescriptionUpdatedType()
getValidTime
public SensorDescriptionUpdatedType.ValidTime getValidTime()
- Gets the value of the validTime property.
- Returns:
- possible object is
SensorDescriptionUpdatedType.ValidTime
setValidTime
public void setValidTime(SensorDescriptionUpdatedType.ValidTime value)
- Sets the value of the validTime property.
- Parameters:
value - allowed object is
SensorDescriptionUpdatedType.ValidTime
isSetValidTime
public boolean isSetValidTime()
toString
public String toString()
- Overrides:
toString in class SensorChangedType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class SensorChangedType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class SensorChangedType
equals
public 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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class SensorChangedType
equals
public boolean equals(Object object)
- Overrides:
equals in class SensorChangedType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class SensorChangedType
hashCode
public int hashCode()
- Overrides:
hashCode in class SensorChangedType
clone
public Object clone()
- Overrides:
clone in class SensorChangedType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class SensorChangedType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class SensorChangedType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
createNewInstance in class SensorChangedType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class SensorChangedType
mergeFrom
public 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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class SensorChangedType
withValidTime
public SensorDescriptionUpdatedType withValidTime(SensorDescriptionUpdatedType.ValidTime value)
withProcedure
public SensorDescriptionUpdatedType withProcedure(String value)
- Overrides:
withProcedure in class SensorChangedType
withEventTime
public SensorDescriptionUpdatedType withEventTime(XMLGregorianCalendar value)
- Overrides:
withEventTime in class SensorChangedType
withCode
public SensorDescriptionUpdatedType withCode(String value)
- Overrides:
withCode in class SensorChangedType
withMessage
public SensorDescriptionUpdatedType withMessage(LanguageStringType... values)
- Overrides:
withMessage in class SensorChangedType
withMessage
public SensorDescriptionUpdatedType withMessage(Collection<LanguageStringType> values)
- Overrides:
withMessage in class SensorChangedType
withService
public SensorDescriptionUpdatedType withService(SWESEventType.Service value)
- Overrides:
withService in class SensorChangedType
withMessage
public SensorDescriptionUpdatedType withMessage(List<LanguageStringType> value)
- Overrides:
withMessage in class SensorChangedType
withDescription
public SensorDescriptionUpdatedType withDescription(String value)
- Overrides:
withDescription in class SensorChangedType
withIdentifier
public SensorDescriptionUpdatedType withIdentifier(String value)
- Overrides:
withIdentifier in class SensorChangedType
withName
public SensorDescriptionUpdatedType withName(CodeType... values)
- Overrides:
withName in class SensorChangedType
withName
public SensorDescriptionUpdatedType withName(Collection<CodeType> values)
- Overrides:
withName in class SensorChangedType
withExtension
public SensorDescriptionUpdatedType withExtension(Object... values)
- Overrides:
withExtension in class SensorChangedType
withExtension
public SensorDescriptionUpdatedType withExtension(Collection<Object> values)
- Overrides:
withExtension in class SensorChangedType
withId
public SensorDescriptionUpdatedType withId(String value)
- Overrides:
withId in class SensorChangedType
withName
public SensorDescriptionUpdatedType withName(List<CodeType> value)
- Overrides:
withName in class SensorChangedType
withExtension
public SensorDescriptionUpdatedType withExtension(List<Object> value)
- Overrides:
withExtension in class SensorChangedType
Copyright © 2008-2015. All Rights Reserved.