Package net.opengis.sps.v_2_0
Class AlternativeType
- java.lang.Object
-
- net.opengis.swes.v_2_0.AbstractSWESType
-
- net.opengis.sps.v_2_0.AlternativeType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class AlternativeType extends AbstractSWESType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for AlternativeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlternativeType"> <complexContent> <extension base="{http://www.opengis.net/swes/2.0}AbstractSWESType"> <sequence> <element name="description" type="{http://www.opengis.net/ows/1.1}LanguageStringType" maxOccurs="unbounded" minOccurs="0"/> <element name="taskingParameters"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/sps/2.0}ParameterData"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlternativeType.TaskingParametersJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<LanguageStringType>alternativeDescriptionprotected AlternativeType.TaskingParameterstaskingParameters-
Fields inherited from class net.opengis.swes.v_2_0.AbstractSWESType
description, extension, id, identifier, name
-
-
Constructor Summary
Constructors Constructor Description AlternativeType()Default no-arg constructorAlternativeType(List<LanguageStringType> alternativeDescription, AlternativeType.TaskingParameters taskingParameters)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<LanguageStringType>getAlternativeDescription()Gets the value of the alternativeDescription property.AlternativeType.TaskingParametersgetTaskingParameters()Gets the value of the taskingParameters property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAlternativeDescription()booleanisSetTaskingParameters()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAlternativeDescription(List<LanguageStringType> value)voidsetTaskingParameters(AlternativeType.TaskingParameters value)Sets the value of the taskingParameters property.StringtoString()voidunsetAlternativeDescription()AlternativeTypewithAlternativeDescription(Collection<LanguageStringType> values)AlternativeTypewithAlternativeDescription(List<LanguageStringType> value)AlternativeTypewithAlternativeDescription(LanguageStringType... values)AlternativeTypewithTaskingParameters(AlternativeType.TaskingParameters value)-
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, withDescription, withExtension, withExtension, withExtension, withId, withIdentifier, withName, withName, withName
-
-
-
-
Field Detail
-
alternativeDescription
protected List<LanguageStringType> alternativeDescription
-
taskingParameters
protected AlternativeType.TaskingParameters taskingParameters
-
-
Constructor Detail
-
AlternativeType
public AlternativeType()
Default no-arg constructor
-
AlternativeType
public AlternativeType(List<LanguageStringType> alternativeDescription, AlternativeType.TaskingParameters taskingParameters)
Fully-initialising value constructor
-
-
Method Detail
-
getAlternativeDescription
public List<LanguageStringType> getAlternativeDescription()
Gets the value of the alternativeDescription property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the alternativeDescription property.For example, to add a new item, do as follows:
getAlternativeDescription().add(newItem);Objects of the following type(s) are allowed in the list
LanguageStringType
-
isSetAlternativeDescription
public boolean isSetAlternativeDescription()
-
unsetAlternativeDescription
public void unsetAlternativeDescription()
-
getTaskingParameters
public AlternativeType.TaskingParameters getTaskingParameters()
Gets the value of the taskingParameters property.- Returns:
- possible object is
AlternativeType.TaskingParameters
-
setTaskingParameters
public void setTaskingParameters(AlternativeType.TaskingParameters value)
Sets the value of the taskingParameters property.- Parameters:
value- allowed object isAlternativeType.TaskingParameters
-
isSetTaskingParameters
public boolean isSetTaskingParameters()
-
toString
public String toString()
- Overrides:
toStringin classAbstractSWESType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractSWESType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractSWESType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractSWESType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractSWESType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractSWESType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSWESType
-
clone
public Object clone()
- Overrides:
clonein classAbstractSWESType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSWESType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSWESType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSWESType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSWESType
-
setAlternativeDescription
public void setAlternativeDescription(List<LanguageStringType> value)
-
withAlternativeDescription
public AlternativeType withAlternativeDescription(LanguageStringType... values)
-
withAlternativeDescription
public AlternativeType withAlternativeDescription(Collection<LanguageStringType> values)
-
withTaskingParameters
public AlternativeType withTaskingParameters(AlternativeType.TaskingParameters value)
-
withAlternativeDescription
public AlternativeType withAlternativeDescription(List<LanguageStringType> value)
-
-