net.opengis.swecommon.v_2_0
Class AllowedTimesType

java.lang.Object
  extended by net.opengis.swecommon.v_2_0.AbstractSWEType
      extended by net.opengis.swecommon.v_2_0.AllowedTimesType
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 AllowedTimesType
extends AbstractSWEType
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 AllowedTimesType complex type.

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

 <complexType name="AllowedTimesType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}AbstractSWEType">
       <sequence>
         <element name="value" type="{http://www.opengis.net/swe/2.0}TimePosition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interval" type="{http://www.opengis.net/swe/2.0}TimePair" maxOccurs="unbounded" minOccurs="0"/>
         <element name="significantFigures" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<List<String>>> interval
           
protected  BigInteger significantFigures
           
protected  List<JAXBElement<List<String>>> value
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
extension, id
 
Constructor Summary
AllowedTimesType()
           
 
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)
           
 List<JAXBElement<List<String>>> getInterval()
          Gets the value of the interval property.
 BigInteger getSignificantFigures()
          Gets the value of the significantFigures property.
 List<JAXBElement<List<String>>> getValue()
          Gets the value of the value property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetInterval()
           
 boolean isSetSignificantFigures()
           
 boolean isSetValue()
           
 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 setInterval(List<JAXBElement<List<String>>> value)
           
 void setSignificantFigures(BigInteger value)
          Sets the value of the significantFigures property.
 void setValue(List<JAXBElement<List<String>>> value)
           
 String toString()
           
 void unsetInterval()
           
 void unsetValue()
           
 AllowedTimesType withExtension(Collection<Object> values)
           
 AllowedTimesType withExtension(List<Object> value)
           
 AllowedTimesType withExtension(Object... values)
           
 AllowedTimesType withId(String value)
           
 AllowedTimesType withInterval(Collection<JAXBElement<List<String>>> values)
           
 AllowedTimesType withInterval(JAXBElement<List<String>>... values)
           
 AllowedTimesType withInterval(List<JAXBElement<List<String>>> value)
           
 AllowedTimesType withSignificantFigures(BigInteger value)
           
 AllowedTimesType withValue(Collection<JAXBElement<List<String>>> values)
           
 AllowedTimesType withValue(JAXBElement<List<String>>... values)
           
 AllowedTimesType withValue(List<JAXBElement<List<String>>> value)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
getExtension, getId, isSetExtension, isSetId, setExtension, setId, unsetExtension
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected List<JAXBElement<List<String>>> value

interval

protected List<JAXBElement<List<String>>> interval

significantFigures

protected BigInteger significantFigures
Constructor Detail

AllowedTimesType

public AllowedTimesType()
Method Detail

getValue

public List<JAXBElement<List<String>>> getValue()
Gets the value of the value 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 JAXB object. This is why there is not a set method for the value property.

For example, to add a new item, do as follows:

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<List<String>>


isSetValue

public boolean isSetValue()

unsetValue

public void unsetValue()

getInterval

public List<JAXBElement<List<String>>> getInterval()
Gets the value of the interval 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 JAXB object. This is why there is not a set method for the interval property.

For example, to add a new item, do as follows:

    getInterval().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<List<String>>


isSetInterval

public boolean isSetInterval()

unsetInterval

public void unsetInterval()

getSignificantFigures

public BigInteger getSignificantFigures()
Gets the value of the significantFigures property.

Returns:
possible object is BigInteger

setSignificantFigures

public void setSignificantFigures(BigInteger value)
Sets the value of the significantFigures property.

Parameters:
value - allowed object is BigInteger

isSetSignificantFigures

public boolean isSetSignificantFigures()

toString

public String toString()
Overrides:
toString in class AbstractSWEType

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 AbstractSWEType

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 AbstractSWEType

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 AbstractSWEType

equals

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

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 AbstractSWEType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSWEType

clone

public Object clone()
Overrides:
clone in class AbstractSWEType

copyTo

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

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 AbstractSWEType

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 AbstractSWEType

mergeFrom

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

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 AbstractSWEType

setValue

public void setValue(List<JAXBElement<List<String>>> value)

setInterval

public void setInterval(List<JAXBElement<List<String>>> value)

withValue

public AllowedTimesType withValue(JAXBElement<List<String>>... values)

withValue

public AllowedTimesType withValue(Collection<JAXBElement<List<String>>> values)

withInterval

public AllowedTimesType withInterval(JAXBElement<List<String>>... values)

withInterval

public AllowedTimesType withInterval(Collection<JAXBElement<List<String>>> values)

withSignificantFigures

public AllowedTimesType withSignificantFigures(BigInteger value)

withValue

public AllowedTimesType withValue(List<JAXBElement<List<String>>> value)

withInterval

public AllowedTimesType withInterval(List<JAXBElement<List<String>>> value)

withExtension

public AllowedTimesType withExtension(Object... values)
Overrides:
withExtension in class AbstractSWEType

withExtension

public AllowedTimesType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractSWEType

withId

public AllowedTimesType withId(String value)
Overrides:
withId in class AbstractSWEType

withExtension

public AllowedTimesType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractSWEType


Copyright © 2008-2015. All Rights Reserved.