org.apache.cxf.configuration.foo
Class Foo

java.lang.Object
  extended by org.apache.cxf.configuration.foo.Foo

public class Foo
extends Object

Java class for foo complex type.

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

 <complexType name="foo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pageColor" type="{http://cxf.apache.org/configuration/foo}pageColor" minOccurs="0"/>
         <element name="driving" type="{http://cxf.apache.org/configuration/foo}drivingDecision" minOccurs="0"/>
         <element name="stringElem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="booleanElem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="integerElem" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="intElem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="longElem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="shortElem" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="decimalElem" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="floatElem" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="doubleElem" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="byteElem" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/>
         <element name="qnameElem" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="base64BinaryElem" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="hexBinaryElem" type="{http://www.w3.org/2001/XMLSchema}hexBinary" minOccurs="0"/>
         <element name="unsignedIntElem" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
         <element name="unsignedShortElem" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="unsignedByteElem" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
         <element name="durationElem" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="temperature" type="{http://cxf.apache.org/configuration/foo}celsius" minOccurs="0"/>
         <element name="roomTemperature" type="{http://cxf.apache.org/configuration/foo}cel" minOccurs="0"/>
         <element name="point" type="{http://cxf.apache.org/configuration/foo}point" minOccurs="0"/>
         <element name="address" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="zip" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="street" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="nr" type="{http://www.w3.org/2001/XMLSchema}int"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="stringAttr" type="{http://www.w3.org/2001/XMLSchema}string" default="hello" />
       <attribute name="booleanAttr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="integerAttr" type="{http://www.w3.org/2001/XMLSchema}integer" default="111" />
       <attribute name="intAttr" type="{http://www.w3.org/2001/XMLSchema}int" default="112" />
       <attribute name="longAttr" type="{http://www.w3.org/2001/XMLSchema}long" default="113" />
       <attribute name="shortAttr" type="{http://www.w3.org/2001/XMLSchema}short" default="114" />
       <attribute name="decimalAttr" type="{http://www.w3.org/2001/XMLSchema}decimal" default="115" />
       <attribute name="floatAttr" type="{http://www.w3.org/2001/XMLSchema}float" default="116" />
       <attribute name="doubleAttr" type="{http://www.w3.org/2001/XMLSchema}double" default="117" />
       <attribute name="byteAttr" type="{http://www.w3.org/2001/XMLSchema}byte" default="118" />
       <attribute name="qnameAttr" type="{http://www.w3.org/2001/XMLSchema}QName" default="xs:schema" />
       <attribute name="base64BinaryAttr" type="{http://www.w3.org/2001/XMLSchema}base64Binary" default="wxyz" />
       <attribute name="hexBinaryAttr" type="{http://www.w3.org/2001/XMLSchema}hexBinary" default="aaaa" />
       <attribute name="unsignedIntAttr" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="119" />
       <attribute name="unsignedShortAttr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="120" />
       <attribute name="unsignedByteAttr" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="121" />
       <attribute name="durationAttr" type="{http://www.w3.org/2001/XMLSchema}duration" default="PT3S" />
       <attribute name="stringAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="booleanAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="integerAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="intAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="longAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="shortAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}short" />
       <attribute name="decimalAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="floatAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="doubleAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="byteAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="qnameAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="base64BinaryAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
       <attribute name="hexBinaryAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
       <attribute name="unsignedIntAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="unsignedShortAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <attribute name="unsignedByteAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="durationAttrNoDefault" type="{http://www.w3.org/2001/XMLSchema}duration" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Foo.Address
          Java class for anonymous complex type.
 
Field Summary
protected  Foo.Address address
           
protected  byte[] base64BinaryAttr
           
protected  byte[] base64BinaryAttrNoDefault
           
protected  byte[] base64BinaryElem
           
protected  Boolean booleanAttr
           
protected  Boolean booleanAttrNoDefault
           
protected  Boolean booleanElem
           
protected  Byte byteAttr
           
protected  Byte byteAttrNoDefault
           
protected  Byte byteElem
           
protected  BigDecimal decimalAttr
           
protected  BigDecimal decimalAttrNoDefault
           
protected  BigDecimal decimalElem
           
protected  Double doubleAttr
           
protected  Double doubleAttrNoDefault
           
protected  Double doubleElem
           
protected  DrivingDecision driving
           
protected  Duration durationAttr
           
protected  Duration durationAttrNoDefault
           
protected  Duration durationElem
           
protected  Float floatAttr
           
protected  Float floatAttrNoDefault
           
protected  Float floatElem
           
protected  byte[] hexBinaryAttr
           
protected  byte[] hexBinaryAttrNoDefault
           
protected  byte[] hexBinaryElem
           
protected  Integer intAttr
           
protected  Integer intAttrNoDefault
           
protected  BigInteger integerAttr
           
protected  BigInteger integerAttrNoDefault
           
protected  BigInteger integerElem
           
protected  Integer intElem
           
protected  Long longAttr
           
protected  Long longAttrNoDefault
           
protected  Long longElem
           
protected  PageColor pageColor
           
protected  Point point
           
protected  QName qnameAttr
           
protected  QName qnameAttrNoDefault
           
protected  QName qnameElem
           
protected  Integer roomTemperature
           
protected  Short shortAttr
           
protected  Short shortAttrNoDefault
           
protected  Short shortElem
           
protected  String stringAttr
           
protected  String stringAttrNoDefault
           
protected  String stringElem
           
protected  Integer temperature
           
protected  Short unsignedByteAttr
           
protected  Short unsignedByteAttrNoDefault
           
protected  Short unsignedByteElem
           
protected  Long unsignedIntAttr
           
protected  Long unsignedIntAttrNoDefault
           
protected  Long unsignedIntElem
           
protected  Integer unsignedShortAttr
           
protected  Integer unsignedShortAttrNoDefault
           
protected  Integer unsignedShortElem
           
 
Constructor Summary
Foo()
           
 
Method Summary
 Foo.Address getAddress()
          Gets the value of the address property.
 byte[] getBase64BinaryAttr()
          Gets the value of the base64BinaryAttr property.
 byte[] getBase64BinaryAttrNoDefault()
          Gets the value of the base64BinaryAttrNoDefault property.
 byte[] getBase64BinaryElem()
          Gets the value of the base64BinaryElem property.
 boolean getBooleanAttr()
          Gets the value of the booleanAttr property.
 Boolean getBooleanAttrNoDefault()
          Gets the value of the booleanAttrNoDefault property.
 Boolean getBooleanElem()
          Gets the value of the booleanElem property.
 byte getByteAttr()
          Gets the value of the byteAttr property.
 Byte getByteAttrNoDefault()
          Gets the value of the byteAttrNoDefault property.
 Byte getByteElem()
          Gets the value of the byteElem property.
 BigDecimal getDecimalAttr()
          Gets the value of the decimalAttr property.
 BigDecimal getDecimalAttrNoDefault()
          Gets the value of the decimalAttrNoDefault property.
 BigDecimal getDecimalElem()
          Gets the value of the decimalElem property.
 double getDoubleAttr()
          Gets the value of the doubleAttr property.
 Double getDoubleAttrNoDefault()
          Gets the value of the doubleAttrNoDefault property.
 Double getDoubleElem()
          Gets the value of the doubleElem property.
 DrivingDecision getDriving()
          Gets the value of the driving property.
 Duration getDurationAttr()
          Gets the value of the durationAttr property.
 Duration getDurationAttrNoDefault()
          Gets the value of the durationAttrNoDefault property.
 Duration getDurationElem()
          Gets the value of the durationElem property.
 float getFloatAttr()
          Gets the value of the floatAttr property.
 Float getFloatAttrNoDefault()
          Gets the value of the floatAttrNoDefault property.
 Float getFloatElem()
          Gets the value of the floatElem property.
 byte[] getHexBinaryAttr()
          Gets the value of the hexBinaryAttr property.
 byte[] getHexBinaryAttrNoDefault()
          Gets the value of the hexBinaryAttrNoDefault property.
 byte[] getHexBinaryElem()
          Gets the value of the hexBinaryElem property.
 int getIntAttr()
          Gets the value of the intAttr property.
 Integer getIntAttrNoDefault()
          Gets the value of the intAttrNoDefault property.
 BigInteger getIntegerAttr()
          Gets the value of the integerAttr property.
 BigInteger getIntegerAttrNoDefault()
          Gets the value of the integerAttrNoDefault property.
 BigInteger getIntegerElem()
          Gets the value of the integerElem property.
 Integer getIntElem()
          Gets the value of the intElem property.
 long getLongAttr()
          Gets the value of the longAttr property.
 Long getLongAttrNoDefault()
          Gets the value of the longAttrNoDefault property.
 Long getLongElem()
          Gets the value of the longElem property.
 PageColor getPageColor()
          Gets the value of the pageColor property.
 Point getPoint()
          Gets the value of the point property.
 QName getQnameAttr()
          Gets the value of the qnameAttr property.
 QName getQnameAttrNoDefault()
          Gets the value of the qnameAttrNoDefault property.
 QName getQnameElem()
          Gets the value of the qnameElem property.
 Integer getRoomTemperature()
          Gets the value of the roomTemperature property.
 short getShortAttr()
          Gets the value of the shortAttr property.
 Short getShortAttrNoDefault()
          Gets the value of the shortAttrNoDefault property.
 Short getShortElem()
          Gets the value of the shortElem property.
 String getStringAttr()
          Gets the value of the stringAttr property.
 String getStringAttrNoDefault()
          Gets the value of the stringAttrNoDefault property.
 String getStringElem()
          Gets the value of the stringElem property.
 Integer getTemperature()
          Gets the value of the temperature property.
 short getUnsignedByteAttr()
          Gets the value of the unsignedByteAttr property.
 Short getUnsignedByteAttrNoDefault()
          Gets the value of the unsignedByteAttrNoDefault property.
 Short getUnsignedByteElem()
          Gets the value of the unsignedByteElem property.
 long getUnsignedIntAttr()
          Gets the value of the unsignedIntAttr property.
 Long getUnsignedIntAttrNoDefault()
          Gets the value of the unsignedIntAttrNoDefault property.
 Long getUnsignedIntElem()
          Gets the value of the unsignedIntElem property.
 int getUnsignedShortAttr()
          Gets the value of the unsignedShortAttr property.
 Integer getUnsignedShortAttrNoDefault()
          Gets the value of the unsignedShortAttrNoDefault property.
 Integer getUnsignedShortElem()
          Gets the value of the unsignedShortElem property.
 void setAddress(Foo.Address value)
          Sets the value of the address property.
 void setBase64BinaryAttr(byte[] value)
          Sets the value of the base64BinaryAttr property.
 void setBase64BinaryAttrNoDefault(byte[] value)
          Sets the value of the base64BinaryAttrNoDefault property.
 void setBase64BinaryElem(byte[] value)
          Sets the value of the base64BinaryElem property.
 void setBooleanAttr(Boolean value)
          Sets the value of the booleanAttr property.
 void setBooleanAttrNoDefault(Boolean value)
          Sets the value of the booleanAttrNoDefault property.
 void setBooleanElem(Boolean value)
          Sets the value of the booleanElem property.
 void setByteAttr(Byte value)
          Sets the value of the byteAttr property.
 void setByteAttrNoDefault(Byte value)
          Sets the value of the byteAttrNoDefault property.
 void setByteElem(Byte value)
          Sets the value of the byteElem property.
 void setDecimalAttr(BigDecimal value)
          Sets the value of the decimalAttr property.
 void setDecimalAttrNoDefault(BigDecimal value)
          Sets the value of the decimalAttrNoDefault property.
 void setDecimalElem(BigDecimal value)
          Sets the value of the decimalElem property.
 void setDoubleAttr(Double value)
          Sets the value of the doubleAttr property.
 void setDoubleAttrNoDefault(Double value)
          Sets the value of the doubleAttrNoDefault property.
 void setDoubleElem(Double value)
          Sets the value of the doubleElem property.
 void setDriving(DrivingDecision value)
          Sets the value of the driving property.
 void setDurationAttr(Duration value)
          Sets the value of the durationAttr property.
 void setDurationAttrNoDefault(Duration value)
          Sets the value of the durationAttrNoDefault property.
 void setDurationElem(Duration value)
          Sets the value of the durationElem property.
 void setFloatAttr(Float value)
          Sets the value of the floatAttr property.
 void setFloatAttrNoDefault(Float value)
          Sets the value of the floatAttrNoDefault property.
 void setFloatElem(Float value)
          Sets the value of the floatElem property.
 void setHexBinaryAttr(byte[] value)
          Sets the value of the hexBinaryAttr property.
 void setHexBinaryAttrNoDefault(byte[] value)
          Sets the value of the hexBinaryAttrNoDefault property.
 void setHexBinaryElem(byte[] value)
          Sets the value of the hexBinaryElem property.
 void setIntAttr(Integer value)
          Sets the value of the intAttr property.
 void setIntAttrNoDefault(Integer value)
          Sets the value of the intAttrNoDefault property.
 void setIntegerAttr(BigInteger value)
          Sets the value of the integerAttr property.
 void setIntegerAttrNoDefault(BigInteger value)
          Sets the value of the integerAttrNoDefault property.
 void setIntegerElem(BigInteger value)
          Sets the value of the integerElem property.
 void setIntElem(Integer value)
          Sets the value of the intElem property.
 void setLongAttr(Long value)
          Sets the value of the longAttr property.
 void setLongAttrNoDefault(Long value)
          Sets the value of the longAttrNoDefault property.
 void setLongElem(Long value)
          Sets the value of the longElem property.
 void setPageColor(PageColor value)
          Sets the value of the pageColor property.
 void setPoint(Point value)
          Sets the value of the point property.
 void setQnameAttr(QName value)
          Sets the value of the qnameAttr property.
 void setQnameAttrNoDefault(QName value)
          Sets the value of the qnameAttrNoDefault property.
 void setQnameElem(QName value)
          Sets the value of the qnameElem property.
 void setRoomTemperature(Integer value)
          Sets the value of the roomTemperature property.
 void setShortAttr(Short value)
          Sets the value of the shortAttr property.
 void setShortAttrNoDefault(Short value)
          Sets the value of the shortAttrNoDefault property.
 void setShortElem(Short value)
          Sets the value of the shortElem property.
 void setStringAttr(String value)
          Sets the value of the stringAttr property.
 void setStringAttrNoDefault(String value)
          Sets the value of the stringAttrNoDefault property.
 void setStringElem(String value)
          Sets the value of the stringElem property.
 void setTemperature(Integer value)
          Sets the value of the temperature property.
 void setUnsignedByteAttr(Short value)
          Sets the value of the unsignedByteAttr property.
 void setUnsignedByteAttrNoDefault(Short value)
          Sets the value of the unsignedByteAttrNoDefault property.
 void setUnsignedByteElem(Short value)
          Sets the value of the unsignedByteElem property.
 void setUnsignedIntAttr(Long value)
          Sets the value of the unsignedIntAttr property.
 void setUnsignedIntAttrNoDefault(Long value)
          Sets the value of the unsignedIntAttrNoDefault property.
 void setUnsignedIntElem(Long value)
          Sets the value of the unsignedIntElem property.
 void setUnsignedShortAttr(Integer value)
          Sets the value of the unsignedShortAttr property.
 void setUnsignedShortAttrNoDefault(Integer value)
          Sets the value of the unsignedShortAttrNoDefault property.
 void setUnsignedShortElem(Integer value)
          Sets the value of the unsignedShortElem property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageColor

protected PageColor pageColor

driving

protected DrivingDecision driving

stringElem

protected String stringElem

booleanElem

protected Boolean booleanElem

integerElem

protected BigInteger integerElem

intElem

protected Integer intElem

longElem

protected Long longElem

shortElem

protected Short shortElem

decimalElem

protected BigDecimal decimalElem

floatElem

protected Float floatElem

doubleElem

protected Double doubleElem

byteElem

protected Byte byteElem

qnameElem

protected QName qnameElem

base64BinaryElem

protected byte[] base64BinaryElem

hexBinaryElem

protected byte[] hexBinaryElem

unsignedIntElem

protected Long unsignedIntElem

unsignedShortElem

protected Integer unsignedShortElem

unsignedByteElem

protected Short unsignedByteElem

durationElem

protected Duration durationElem

temperature

protected Integer temperature

roomTemperature

protected Integer roomTemperature

point

protected Point point

address

protected Foo.Address address

stringAttr

protected String stringAttr

booleanAttr

protected Boolean booleanAttr

integerAttr

protected BigInteger integerAttr

intAttr

protected Integer intAttr

longAttr

protected Long longAttr

shortAttr

protected Short shortAttr

decimalAttr

protected BigDecimal decimalAttr

floatAttr

protected Float floatAttr

doubleAttr

protected Double doubleAttr

byteAttr

protected Byte byteAttr

qnameAttr

protected QName qnameAttr

base64BinaryAttr

protected byte[] base64BinaryAttr

hexBinaryAttr

protected byte[] hexBinaryAttr

unsignedIntAttr

protected Long unsignedIntAttr

unsignedShortAttr

protected Integer unsignedShortAttr

unsignedByteAttr

protected Short unsignedByteAttr

durationAttr

protected Duration durationAttr

stringAttrNoDefault

protected String stringAttrNoDefault

booleanAttrNoDefault

protected Boolean booleanAttrNoDefault

integerAttrNoDefault

protected BigInteger integerAttrNoDefault

intAttrNoDefault

protected Integer intAttrNoDefault

longAttrNoDefault

protected Long longAttrNoDefault

shortAttrNoDefault

protected Short shortAttrNoDefault

decimalAttrNoDefault

protected BigDecimal decimalAttrNoDefault

floatAttrNoDefault

protected Float floatAttrNoDefault

doubleAttrNoDefault

protected Double doubleAttrNoDefault

byteAttrNoDefault

protected Byte byteAttrNoDefault

qnameAttrNoDefault

protected QName qnameAttrNoDefault

base64BinaryAttrNoDefault

protected byte[] base64BinaryAttrNoDefault

hexBinaryAttrNoDefault

protected byte[] hexBinaryAttrNoDefault

unsignedIntAttrNoDefault

protected Long unsignedIntAttrNoDefault

unsignedShortAttrNoDefault

protected Integer unsignedShortAttrNoDefault

unsignedByteAttrNoDefault

protected Short unsignedByteAttrNoDefault

durationAttrNoDefault

protected Duration durationAttrNoDefault
Constructor Detail

Foo

public Foo()
Method Detail

getPageColor

public PageColor getPageColor()
Gets the value of the pageColor property.

Returns:
possible object is PageColor

setPageColor

public void setPageColor(PageColor value)
Sets the value of the pageColor property.

Parameters:
value - allowed object is PageColor

getDriving

public DrivingDecision getDriving()
Gets the value of the driving property.

Returns:
possible object is DrivingDecision

setDriving

public void setDriving(DrivingDecision value)
Sets the value of the driving property.

Parameters:
value - allowed object is DrivingDecision

getStringElem

public String getStringElem()
Gets the value of the stringElem property.

Returns:
possible object is String

setStringElem

public void setStringElem(String value)
Sets the value of the stringElem property.

Parameters:
value - allowed object is String

getBooleanElem

public Boolean getBooleanElem()
Gets the value of the booleanElem property. This getter has been renamed from isBooleanElem() to getBooleanElem() by cxf-xjc-boolean plugin.

Returns:
possible object is Boolean

setBooleanElem

public void setBooleanElem(Boolean value)
Sets the value of the booleanElem property.

Parameters:
value - allowed object is Boolean

getIntegerElem

public BigInteger getIntegerElem()
Gets the value of the integerElem property.

Returns:
possible object is BigInteger

setIntegerElem

public void setIntegerElem(BigInteger value)
Sets the value of the integerElem property.

Parameters:
value - allowed object is BigInteger

getIntElem

public Integer getIntElem()
Gets the value of the intElem property.

Returns:
possible object is Integer

setIntElem

public void setIntElem(Integer value)
Sets the value of the intElem property.

Parameters:
value - allowed object is Integer

getLongElem

public Long getLongElem()
Gets the value of the longElem property.

Returns:
possible object is Long

setLongElem

public void setLongElem(Long value)
Sets the value of the longElem property.

Parameters:
value - allowed object is Long

getShortElem

public Short getShortElem()
Gets the value of the shortElem property.

Returns:
possible object is Short

setShortElem

public void setShortElem(Short value)
Sets the value of the shortElem property.

Parameters:
value - allowed object is Short

getDecimalElem

public BigDecimal getDecimalElem()
Gets the value of the decimalElem property.

Returns:
possible object is BigDecimal

setDecimalElem

public void setDecimalElem(BigDecimal value)
Sets the value of the decimalElem property.

Parameters:
value - allowed object is BigDecimal

getFloatElem

public Float getFloatElem()
Gets the value of the floatElem property.

Returns:
possible object is Float

setFloatElem

public void setFloatElem(Float value)
Sets the value of the floatElem property.

Parameters:
value - allowed object is Float

getDoubleElem

public Double getDoubleElem()
Gets the value of the doubleElem property.

Returns:
possible object is Double

setDoubleElem

public void setDoubleElem(Double value)
Sets the value of the doubleElem property.

Parameters:
value - allowed object is Double

getByteElem

public Byte getByteElem()
Gets the value of the byteElem property.

Returns:
possible object is Byte

setByteElem

public void setByteElem(Byte value)
Sets the value of the byteElem property.

Parameters:
value - allowed object is Byte

getQnameElem

public QName getQnameElem()
Gets the value of the qnameElem property.

Returns:
possible object is QName

setQnameElem

public void setQnameElem(QName value)
Sets the value of the qnameElem property.

Parameters:
value - allowed object is QName

getBase64BinaryElem

public byte[] getBase64BinaryElem()
Gets the value of the base64BinaryElem property.

Returns:
possible object is byte[]

setBase64BinaryElem

public void setBase64BinaryElem(byte[] value)
Sets the value of the base64BinaryElem property.

Parameters:
value - allowed object is byte[]

getHexBinaryElem

public byte[] getHexBinaryElem()
Gets the value of the hexBinaryElem property.

Returns:
possible object is String

setHexBinaryElem

public void setHexBinaryElem(byte[] value)
Sets the value of the hexBinaryElem property.

Parameters:
value - allowed object is String

getUnsignedIntElem

public Long getUnsignedIntElem()
Gets the value of the unsignedIntElem property.

Returns:
possible object is Long

setUnsignedIntElem

public void setUnsignedIntElem(Long value)
Sets the value of the unsignedIntElem property.

Parameters:
value - allowed object is Long

getUnsignedShortElem

public Integer getUnsignedShortElem()
Gets the value of the unsignedShortElem property.

Returns:
possible object is Integer

setUnsignedShortElem

public void setUnsignedShortElem(Integer value)
Sets the value of the unsignedShortElem property.

Parameters:
value - allowed object is Integer

getUnsignedByteElem

public Short getUnsignedByteElem()
Gets the value of the unsignedByteElem property.

Returns:
possible object is Short

setUnsignedByteElem

public void setUnsignedByteElem(Short value)
Sets the value of the unsignedByteElem property.

Parameters:
value - allowed object is Short

getDurationElem

public Duration getDurationElem()
Gets the value of the durationElem property.

Returns:
possible object is Duration

setDurationElem

public void setDurationElem(Duration value)
Sets the value of the durationElem property.

Parameters:
value - allowed object is Duration

getTemperature

public Integer getTemperature()
Gets the value of the temperature property.

Returns:
possible object is Integer

setTemperature

public void setTemperature(Integer value)
Sets the value of the temperature property.

Parameters:
value - allowed object is Integer

getRoomTemperature

public Integer getRoomTemperature()
Gets the value of the roomTemperature property.

Returns:
possible object is Integer

setRoomTemperature

public void setRoomTemperature(Integer value)
Sets the value of the roomTemperature property.

Parameters:
value - allowed object is Integer

getPoint

public Point getPoint()
Gets the value of the point property.

Returns:
possible object is Point

setPoint

public void setPoint(Point value)
Sets the value of the point property.

Parameters:
value - allowed object is Point

getAddress

public Foo.Address getAddress()
Gets the value of the address property.

Returns:
possible object is Foo.Address

setAddress

public void setAddress(Foo.Address value)
Sets the value of the address property.

Parameters:
value - allowed object is Foo.Address

getStringAttr

public String getStringAttr()
Gets the value of the stringAttr property.

Returns:
possible object is String

setStringAttr

public void setStringAttr(String value)
Sets the value of the stringAttr property.

Parameters:
value - allowed object is String

getBooleanAttr

public boolean getBooleanAttr()
Gets the value of the booleanAttr property. This getter has been renamed from isBooleanAttr() to getBooleanAttr() by cxf-xjc-boolean plugin.

Returns:
possible object is Boolean

setBooleanAttr

public void setBooleanAttr(Boolean value)
Sets the value of the booleanAttr property.

Parameters:
value - allowed object is Boolean

getIntegerAttr

public BigInteger getIntegerAttr()
Gets the value of the integerAttr property.

Returns:
possible object is BigInteger

setIntegerAttr

public void setIntegerAttr(BigInteger value)
Sets the value of the integerAttr property.

Parameters:
value - allowed object is BigInteger

getIntAttr

public int getIntAttr()
Gets the value of the intAttr property.

Returns:
possible object is Integer

setIntAttr

public void setIntAttr(Integer value)
Sets the value of the intAttr property.

Parameters:
value - allowed object is Integer

getLongAttr

public long getLongAttr()
Gets the value of the longAttr property.

Returns:
possible object is Long

setLongAttr

public void setLongAttr(Long value)
Sets the value of the longAttr property.

Parameters:
value - allowed object is Long

getShortAttr

public short getShortAttr()
Gets the value of the shortAttr property.

Returns:
possible object is Short

setShortAttr

public void setShortAttr(Short value)
Sets the value of the shortAttr property.

Parameters:
value - allowed object is Short

getDecimalAttr

public BigDecimal getDecimalAttr()
Gets the value of the decimalAttr property.

Returns:
possible object is BigDecimal

setDecimalAttr

public void setDecimalAttr(BigDecimal value)
Sets the value of the decimalAttr property.

Parameters:
value - allowed object is BigDecimal

getFloatAttr

public float getFloatAttr()
Gets the value of the floatAttr property.

Returns:
possible object is Float

setFloatAttr

public void setFloatAttr(Float value)
Sets the value of the floatAttr property.

Parameters:
value - allowed object is Float

getDoubleAttr

public double getDoubleAttr()
Gets the value of the doubleAttr property.

Returns:
possible object is Double

setDoubleAttr

public void setDoubleAttr(Double value)
Sets the value of the doubleAttr property.

Parameters:
value - allowed object is Double

getByteAttr

public byte getByteAttr()
Gets the value of the byteAttr property.

Returns:
possible object is Byte

setByteAttr

public void setByteAttr(Byte value)
Sets the value of the byteAttr property.

Parameters:
value - allowed object is Byte

getQnameAttr

public QName getQnameAttr()
Gets the value of the qnameAttr property.

Returns:
possible object is QName

setQnameAttr

public void setQnameAttr(QName value)
Sets the value of the qnameAttr property.

Parameters:
value - allowed object is QName

getBase64BinaryAttr

public byte[] getBase64BinaryAttr()
Gets the value of the base64BinaryAttr property.

Returns:
possible object is byte[]

setBase64BinaryAttr

public void setBase64BinaryAttr(byte[] value)
Sets the value of the base64BinaryAttr property.

Parameters:
value - allowed object is byte[]

getHexBinaryAttr

public byte[] getHexBinaryAttr()
Gets the value of the hexBinaryAttr property.

Returns:
possible object is String

setHexBinaryAttr

public void setHexBinaryAttr(byte[] value)
Sets the value of the hexBinaryAttr property.

Parameters:
value - allowed object is String

getUnsignedIntAttr

public long getUnsignedIntAttr()
Gets the value of the unsignedIntAttr property.

Returns:
possible object is Long

setUnsignedIntAttr

public void setUnsignedIntAttr(Long value)
Sets the value of the unsignedIntAttr property.

Parameters:
value - allowed object is Long

getUnsignedShortAttr

public int getUnsignedShortAttr()
Gets the value of the unsignedShortAttr property.

Returns:
possible object is Integer

setUnsignedShortAttr

public void setUnsignedShortAttr(Integer value)
Sets the value of the unsignedShortAttr property.

Parameters:
value - allowed object is Integer

getUnsignedByteAttr

public short getUnsignedByteAttr()
Gets the value of the unsignedByteAttr property.

Returns:
possible object is Short

setUnsignedByteAttr

public void setUnsignedByteAttr(Short value)
Sets the value of the unsignedByteAttr property.

Parameters:
value - allowed object is Short

getDurationAttr

public Duration getDurationAttr()
Gets the value of the durationAttr property.

Returns:
possible object is Duration

setDurationAttr

public void setDurationAttr(Duration value)
Sets the value of the durationAttr property.

Parameters:
value - allowed object is Duration

getStringAttrNoDefault

public String getStringAttrNoDefault()
Gets the value of the stringAttrNoDefault property.

Returns:
possible object is String

setStringAttrNoDefault

public void setStringAttrNoDefault(String value)
Sets the value of the stringAttrNoDefault property.

Parameters:
value - allowed object is String

getBooleanAttrNoDefault

public Boolean getBooleanAttrNoDefault()
Gets the value of the booleanAttrNoDefault property. This getter has been renamed from isBooleanAttrNoDefault() to getBooleanAttrNoDefault() by cxf-xjc-boolean plugin.

Returns:
possible object is Boolean

setBooleanAttrNoDefault

public void setBooleanAttrNoDefault(Boolean value)
Sets the value of the booleanAttrNoDefault property.

Parameters:
value - allowed object is Boolean

getIntegerAttrNoDefault

public BigInteger getIntegerAttrNoDefault()
Gets the value of the integerAttrNoDefault property.

Returns:
possible object is BigInteger

setIntegerAttrNoDefault

public void setIntegerAttrNoDefault(BigInteger value)
Sets the value of the integerAttrNoDefault property.

Parameters:
value - allowed object is BigInteger

getIntAttrNoDefault

public Integer getIntAttrNoDefault()
Gets the value of the intAttrNoDefault property.

Returns:
possible object is Integer

setIntAttrNoDefault

public void setIntAttrNoDefault(Integer value)
Sets the value of the intAttrNoDefault property.

Parameters:
value - allowed object is Integer

getLongAttrNoDefault

public Long getLongAttrNoDefault()
Gets the value of the longAttrNoDefault property.

Returns:
possible object is Long

setLongAttrNoDefault

public void setLongAttrNoDefault(Long value)
Sets the value of the longAttrNoDefault property.

Parameters:
value - allowed object is Long

getShortAttrNoDefault

public Short getShortAttrNoDefault()
Gets the value of the shortAttrNoDefault property.

Returns:
possible object is Short

setShortAttrNoDefault

public void setShortAttrNoDefault(Short value)
Sets the value of the shortAttrNoDefault property.

Parameters:
value - allowed object is Short

getDecimalAttrNoDefault

public BigDecimal getDecimalAttrNoDefault()
Gets the value of the decimalAttrNoDefault property.

Returns:
possible object is BigDecimal

setDecimalAttrNoDefault

public void setDecimalAttrNoDefault(BigDecimal value)
Sets the value of the decimalAttrNoDefault property.

Parameters:
value - allowed object is BigDecimal

getFloatAttrNoDefault

public Float getFloatAttrNoDefault()
Gets the value of the floatAttrNoDefault property.

Returns:
possible object is Float

setFloatAttrNoDefault

public void setFloatAttrNoDefault(Float value)
Sets the value of the floatAttrNoDefault property.

Parameters:
value - allowed object is Float

getDoubleAttrNoDefault

public Double getDoubleAttrNoDefault()
Gets the value of the doubleAttrNoDefault property.

Returns:
possible object is Double

setDoubleAttrNoDefault

public void setDoubleAttrNoDefault(Double value)
Sets the value of the doubleAttrNoDefault property.

Parameters:
value - allowed object is Double

getByteAttrNoDefault

public Byte getByteAttrNoDefault()
Gets the value of the byteAttrNoDefault property.

Returns:
possible object is Byte

setByteAttrNoDefault

public void setByteAttrNoDefault(Byte value)
Sets the value of the byteAttrNoDefault property.

Parameters:
value - allowed object is Byte

getQnameAttrNoDefault

public QName getQnameAttrNoDefault()
Gets the value of the qnameAttrNoDefault property.

Returns:
possible object is QName

setQnameAttrNoDefault

public void setQnameAttrNoDefault(QName value)
Sets the value of the qnameAttrNoDefault property.

Parameters:
value - allowed object is QName

getBase64BinaryAttrNoDefault

public byte[] getBase64BinaryAttrNoDefault()
Gets the value of the base64BinaryAttrNoDefault property.

Returns:
possible object is byte[]

setBase64BinaryAttrNoDefault

public void setBase64BinaryAttrNoDefault(byte[] value)
Sets the value of the base64BinaryAttrNoDefault property.

Parameters:
value - allowed object is byte[]

getHexBinaryAttrNoDefault

public byte[] getHexBinaryAttrNoDefault()
Gets the value of the hexBinaryAttrNoDefault property.

Returns:
possible object is String

setHexBinaryAttrNoDefault

public void setHexBinaryAttrNoDefault(byte[] value)
Sets the value of the hexBinaryAttrNoDefault property.

Parameters:
value - allowed object is String

getUnsignedIntAttrNoDefault

public Long getUnsignedIntAttrNoDefault()
Gets the value of the unsignedIntAttrNoDefault property.

Returns:
possible object is Long

setUnsignedIntAttrNoDefault

public void setUnsignedIntAttrNoDefault(Long value)
Sets the value of the unsignedIntAttrNoDefault property.

Parameters:
value - allowed object is Long

getUnsignedShortAttrNoDefault

public Integer getUnsignedShortAttrNoDefault()
Gets the value of the unsignedShortAttrNoDefault property.

Returns:
possible object is Integer

setUnsignedShortAttrNoDefault

public void setUnsignedShortAttrNoDefault(Integer value)
Sets the value of the unsignedShortAttrNoDefault property.

Parameters:
value - allowed object is Integer

getUnsignedByteAttrNoDefault

public Short getUnsignedByteAttrNoDefault()
Gets the value of the unsignedByteAttrNoDefault property.

Returns:
possible object is Short

setUnsignedByteAttrNoDefault

public void setUnsignedByteAttrNoDefault(Short value)
Sets the value of the unsignedByteAttrNoDefault property.

Parameters:
value - allowed object is Short

getDurationAttrNoDefault

public Duration getDurationAttrNoDefault()
Gets the value of the durationAttrNoDefault property.

Returns:
possible object is Duration

setDurationAttrNoDefault

public void setDurationAttrNoDefault(Duration value)
Sets the value of the durationAttrNoDefault property.

Parameters:
value - allowed object is Duration


Apache CXF