net.opengis.swecommon.v_2_0
Class TextEncodingType

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

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

 <complexType name="TextEncodingType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}AbstractEncodingType">
       <attribute name="collapseWhiteSpaces" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="decimalSeparator" type="{http://www.w3.org/2001/XMLSchema}string" default="." />
       <attribute name="tokenSeparator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="blockSeparator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String blockSeparator
           
protected  Boolean collapseWhiteSpaces
           
protected  String decimalSeparator
           
protected  String tokenSeparator
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
extension, id
 
Constructor Summary
TextEncodingType()
           
 
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 getBlockSeparator()
          Gets the value of the blockSeparator property.
 String getDecimalSeparator()
          Gets the value of the decimalSeparator property.
 String getTokenSeparator()
          Gets the value of the tokenSeparator property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isCollapseWhiteSpaces()
          Gets the value of the collapseWhiteSpaces property.
 boolean isSetBlockSeparator()
           
 boolean isSetCollapseWhiteSpaces()
           
 boolean isSetDecimalSeparator()
           
 boolean isSetTokenSeparator()
           
 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 setBlockSeparator(String value)
          Sets the value of the blockSeparator property.
 void setCollapseWhiteSpaces(boolean value)
          Sets the value of the collapseWhiteSpaces property.
 void setDecimalSeparator(String value)
          Sets the value of the decimalSeparator property.
 void setTokenSeparator(String value)
          Sets the value of the tokenSeparator property.
 String toString()
           
 void unsetCollapseWhiteSpaces()
           
 TextEncodingType withBlockSeparator(String value)
           
 TextEncodingType withCollapseWhiteSpaces(boolean value)
           
 TextEncodingType withDecimalSeparator(String value)
           
 TextEncodingType withExtension(Collection<Object> values)
           
 TextEncodingType withExtension(List<Object> value)
           
 TextEncodingType withExtension(Object... values)
           
 TextEncodingType withId(String value)
           
 TextEncodingType withTokenSeparator(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

collapseWhiteSpaces

protected Boolean collapseWhiteSpaces

decimalSeparator

protected String decimalSeparator

tokenSeparator

protected String tokenSeparator

blockSeparator

protected String blockSeparator
Constructor Detail

TextEncodingType

public TextEncodingType()
Method Detail

isCollapseWhiteSpaces

public boolean isCollapseWhiteSpaces()
Gets the value of the collapseWhiteSpaces property.

Returns:
possible object is Boolean

setCollapseWhiteSpaces

public void setCollapseWhiteSpaces(boolean value)
Sets the value of the collapseWhiteSpaces property.

Parameters:
value - allowed object is Boolean

isSetCollapseWhiteSpaces

public boolean isSetCollapseWhiteSpaces()

unsetCollapseWhiteSpaces

public void unsetCollapseWhiteSpaces()

getDecimalSeparator

public String getDecimalSeparator()
Gets the value of the decimalSeparator property.

Returns:
possible object is String

setDecimalSeparator

public void setDecimalSeparator(String value)
Sets the value of the decimalSeparator property.

Parameters:
value - allowed object is String

isSetDecimalSeparator

public boolean isSetDecimalSeparator()

getTokenSeparator

public String getTokenSeparator()
Gets the value of the tokenSeparator property.

Returns:
possible object is String

setTokenSeparator

public void setTokenSeparator(String value)
Sets the value of the tokenSeparator property.

Parameters:
value - allowed object is String

isSetTokenSeparator

public boolean isSetTokenSeparator()

getBlockSeparator

public String getBlockSeparator()
Gets the value of the blockSeparator property.

Returns:
possible object is String

setBlockSeparator

public void setBlockSeparator(String value)
Sets the value of the blockSeparator property.

Parameters:
value - allowed object is String

isSetBlockSeparator

public boolean isSetBlockSeparator()

toString

public String toString()
Overrides:
toString in class AbstractEncodingType

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 AbstractEncodingType

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 AbstractEncodingType

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 AbstractEncodingType

equals

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

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 AbstractEncodingType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEncodingType

clone

public Object clone()
Overrides:
clone in class AbstractEncodingType

copyTo

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

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 AbstractEncodingType

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 AbstractEncodingType

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 AbstractEncodingType

withCollapseWhiteSpaces

public TextEncodingType withCollapseWhiteSpaces(boolean value)

withDecimalSeparator

public TextEncodingType withDecimalSeparator(String value)

withTokenSeparator

public TextEncodingType withTokenSeparator(String value)

withBlockSeparator

public TextEncodingType withBlockSeparator(String value)

withExtension

public TextEncodingType withExtension(Object... values)
Overrides:
withExtension in class AbstractEncodingType

withExtension

public TextEncodingType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractEncodingType

withId

public TextEncodingType withId(String value)
Overrides:
withId in class AbstractEncodingType

withExtension

public TextEncodingType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractEncodingType


Copyright © 2008-2015. All Rights Reserved.