net.opengis.swecommon.v_2_0
Class BooleanType

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

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

 <complexType name="BooleanType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}AbstractSimpleComponentType">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean value
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSimpleComponentType
axisID, nilValues, quality, referenceFrame
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType
definition, optional, updatable
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
description, identifier, label
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
extension, id
 
Constructor Summary
BooleanType()
           
 
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)
           
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetValue()
           
 Boolean isValue()
          Gets the value of the value property.
 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 setValue(Boolean value)
          Sets the value of the value property.
 String toString()
           
 BooleanType withAxisID(String value)
           
 BooleanType withDefinition(String value)
           
 BooleanType withDescription(String value)
           
 BooleanType withExtension(Collection<Object> values)
           
 BooleanType withExtension(List<Object> value)
           
 BooleanType withExtension(Object... values)
           
 BooleanType withId(String value)
           
 BooleanType withIdentifier(String value)
           
 BooleanType withLabel(String value)
           
 BooleanType withNilValues(NilValuesPropertyType value)
           
 BooleanType withOptional(boolean value)
           
 BooleanType withQuality(Collection<QualityPropertyType> values)
           
 BooleanType withQuality(List<QualityPropertyType> value)
           
 BooleanType withQuality(QualityPropertyType... values)
           
 BooleanType withReferenceFrame(String value)
           
 BooleanType withUpdatable(boolean value)
           
 BooleanType withValue(Boolean value)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSimpleComponentType
getAxisID, getNilValues, getQuality, getReferenceFrame, isSetAxisID, isSetNilValues, isSetQuality, isSetReferenceFrame, setAxisID, setNilValues, setQuality, setReferenceFrame, unsetQuality
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType
getDefinition, isOptional, isSetDefinition, isSetOptional, isSetUpdatable, isUpdatable, setDefinition, setOptional, setUpdatable, unsetOptional, unsetUpdatable
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
 
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 Boolean value
Constructor Detail

BooleanType

public BooleanType()
Method Detail

isValue

public Boolean isValue()
Gets the value of the value property.

Returns:
possible object is Boolean

setValue

public void setValue(Boolean value)
Sets the value of the value property.

Parameters:
value - allowed object is Boolean

isSetValue

public boolean isSetValue()

toString

public String toString()
Overrides:
toString in class AbstractSimpleComponentType

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 AbstractSimpleComponentType

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 AbstractSimpleComponentType

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 AbstractSimpleComponentType

equals

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

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 AbstractSimpleComponentType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSimpleComponentType

clone

public Object clone()
Overrides:
clone in class AbstractSimpleComponentType

copyTo

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

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 AbstractSimpleComponentType

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 AbstractSWEIdentifiableType

mergeFrom

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

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 AbstractSimpleComponentType

withValue

public BooleanType withValue(Boolean value)

withQuality

public BooleanType withQuality(QualityPropertyType... values)
Overrides:
withQuality in class AbstractSimpleComponentType

withQuality

public BooleanType withQuality(Collection<QualityPropertyType> values)
Overrides:
withQuality in class AbstractSimpleComponentType

withNilValues

public BooleanType withNilValues(NilValuesPropertyType value)
Overrides:
withNilValues in class AbstractSimpleComponentType

withReferenceFrame

public BooleanType withReferenceFrame(String value)
Overrides:
withReferenceFrame in class AbstractSimpleComponentType

withAxisID

public BooleanType withAxisID(String value)
Overrides:
withAxisID in class AbstractSimpleComponentType

withQuality

public BooleanType withQuality(List<QualityPropertyType> value)
Overrides:
withQuality in class AbstractSimpleComponentType

withUpdatable

public BooleanType withUpdatable(boolean value)
Overrides:
withUpdatable in class AbstractSimpleComponentType

withOptional

public BooleanType withOptional(boolean value)
Overrides:
withOptional in class AbstractSimpleComponentType

withDefinition

public BooleanType withDefinition(String value)
Overrides:
withDefinition in class AbstractSimpleComponentType

withIdentifier

public BooleanType withIdentifier(String value)
Overrides:
withIdentifier in class AbstractSimpleComponentType

withLabel

public BooleanType withLabel(String value)
Overrides:
withLabel in class AbstractSimpleComponentType

withDescription

public BooleanType withDescription(String value)
Overrides:
withDescription in class AbstractSimpleComponentType

withExtension

public BooleanType withExtension(Object... values)
Overrides:
withExtension in class AbstractSimpleComponentType

withExtension

public BooleanType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractSimpleComponentType

withId

public BooleanType withId(String value)
Overrides:
withId in class AbstractSimpleComponentType

withExtension

public BooleanType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractSimpleComponentType


Copyright © 2008-2015. All Rights Reserved.