net.opengis.swes.v_2_0
Class OfferingChangedType

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.OfferingChangedType
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 OfferingChangedType
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 OfferingChangedType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OfferingChangedType">
   <complexContent>
     <extension base="{http://www.opengis.net/swes/2.0}SWESEventType">
       <sequence>
         <element name="offering" 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 offering
           
 
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
OfferingChangedType()
           
 
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 getOffering()
          Gets the value of the offering property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetOffering()
           
 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 setOffering(String value)
          Sets the value of the offering property.
 String toString()
           
 OfferingChangedType withCode(String value)
           
 OfferingChangedType withDescription(String value)
           
 OfferingChangedType withEventTime(XMLGregorianCalendar value)
           
 OfferingChangedType withExtension(Collection<Object> values)
           
 OfferingChangedType withExtension(List<Object> value)
           
 OfferingChangedType withExtension(Object... values)
           
 OfferingChangedType withId(String value)
           
 OfferingChangedType withIdentifier(String value)
           
 OfferingChangedType withMessage(Collection<LanguageStringType> values)
           
 OfferingChangedType withMessage(LanguageStringType... values)
           
 OfferingChangedType withMessage(List<LanguageStringType> value)
           
 OfferingChangedType withName(CodeType... values)
           
 OfferingChangedType withName(Collection<CodeType> values)
           
 OfferingChangedType withName(List<CodeType> value)
           
 OfferingChangedType withOffering(String value)
           
 OfferingChangedType 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

offering

protected String offering
Constructor Detail

OfferingChangedType

public OfferingChangedType()
Method Detail

getOffering

public String getOffering()
Gets the value of the offering property.

Returns:
possible object is String

setOffering

public void setOffering(String value)
Sets the value of the offering property.

Parameters:
value - allowed object is String

isSetOffering

public boolean isSetOffering()

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

withOffering

public OfferingChangedType withOffering(String value)

withEventTime

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

withCode

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

withMessage

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

withMessage

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

withService

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

withMessage

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

withDescription

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

withIdentifier

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

withName

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

withName

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

withExtension

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

withExtension

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

withId

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

withName

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

withExtension

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


Copyright © 2008-2015. All Rights Reserved.