net.opengis.swes.v_2_0
Class OfferingChangedType
java.lang.Object
net.opengis.swes.v_2_0.AbstractSWESType
net.opengis.swes.v_2_0.SWESEventType
net.opengis.swes.v_2_0.OfferingChangedType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class OfferingChangedType
- extends SWESEventType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
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>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.HashCodeStrategy 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.MergeStrategy 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 |
offering
protected String offering
OfferingChangedType
public OfferingChangedType()
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.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class SWESEventType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- 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.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- 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.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- 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.CopyTo- Overrides:
copyTo in class SWESEventType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class SWESEventType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class SWESEventType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- 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.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- 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.