net.opengis.swes.v_2_0
Class SensorChangedType

java.lang.Object
  extended by net.opengis.swes.v_2_0.AbstractSWESType
      extended by net.opengis.swes.v_2_0.SWESEventType
          extended by net.opengis.swes.v_2_0.SensorChangedType
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
Direct Known Subclasses:
SensorDescriptionUpdatedType

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>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class net.opengis.swes.v_2_0.SWESEventType
SWESEventType.Service
 
Field Summary
protected  String procedure
           
 
Fields inherited from class net.opengis.swes.v_2_0.SWESEventType
code, eventTime, message, service
 
Fields inherited from class net.opengis.swes.v_2_0.AbstractSWESType
description, extension, id, identifier, name
 
Constructor Summary
SensorChangedType()
           
 
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)
           
 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)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

procedure

protected String procedure
Constructor Detail

SensorChangedType

public SensorChangedType()
Method Detail

getProcedure

public String getProcedure()
Gets the value of the procedure property.

Returns:
possible object is String

setProcedure

public void setProcedure(String value)
Sets the value of the procedure property.

Parameters:
value - allowed object is String

isSetProcedure

public boolean isSetProcedure()

toString

public String toString()
Overrides:
toString in class SWESEventType

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 SWESEventType

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 SWESEventType

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 SWESEventType

equals

public boolean equals(Object object)
Overrides:
equals in class SWESEventType

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 SWESEventType

hashCode

public int hashCode()
Overrides:
hashCode in class SWESEventType

clone

public Object clone()
Overrides:
clone in class SWESEventType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class SWESEventType

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 SWESEventType

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 SWESEventType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class SWESEventType

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 SWESEventType

withProcedure

public SensorChangedType withProcedure(String value)

withEventTime

public SensorChangedType withEventTime(XMLGregorianCalendar value)
Overrides:
withEventTime in class SWESEventType

withCode

public SensorChangedType withCode(String value)
Overrides:
withCode in class SWESEventType

withMessage

public SensorChangedType withMessage(LanguageStringType... values)
Overrides:
withMessage in class SWESEventType

withMessage

public SensorChangedType withMessage(Collection<LanguageStringType> values)
Overrides:
withMessage in class SWESEventType

withService

public SensorChangedType withService(SWESEventType.Service value)
Overrides:
withService in class SWESEventType

withMessage

public SensorChangedType withMessage(List<LanguageStringType> value)
Overrides:
withMessage in class SWESEventType

withDescription

public SensorChangedType withDescription(String value)
Overrides:
withDescription in class SWESEventType

withIdentifier

public SensorChangedType withIdentifier(String value)
Overrides:
withIdentifier in class SWESEventType

withName

public SensorChangedType withName(CodeType... values)
Overrides:
withName in class SWESEventType

withName

public SensorChangedType withName(Collection<CodeType> values)
Overrides:
withName in class SWESEventType

withExtension

public SensorChangedType withExtension(Object... values)
Overrides:
withExtension in class SWESEventType

withExtension

public SensorChangedType withExtension(Collection<Object> values)
Overrides:
withExtension in class SWESEventType

withId

public SensorChangedType withId(String value)
Overrides:
withId in class SWESEventType

withName

public SensorChangedType withName(List<CodeType> value)
Overrides:
withName in class SWESEventType

withExtension

public SensorChangedType withExtension(List<Object> value)
Overrides:
withExtension in class SWESEventType


Copyright © 2008-2015. All Rights Reserved.