org.apache.cxf.configuration.foo
Class Foo

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

public class Foo
extends java.lang.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  java.lang.Boolean booleanAttr
           
protected  java.lang.Boolean booleanAttrNoDefault
           
protected  java.lang.Boolean booleanElem
           
protected  java.lang.Byte byteAttr
           
protected  java.lang.Byte byteAttrNoDefault
           
protected  java.lang.Byte byteElem
           
protected  java.math.BigDecimal decimalAttr
           
protected  java.math.BigDecimal decimalAttrNoDefault
           
protected  java.math.BigDecimal decimalElem
           
protected  java.lang.Double doubleAttr
           
protected  java.lang.Double doubleAttrNoDefault
           
protected  java.lang.Double doubleElem
           
protected  DrivingDecision driving
           
protected  javax.xml.datatype.Duration durationAttr
           
protected  javax.xml.datatype.Duration durationAttrNoDefault
           
protected  javax.xml.datatype.Duration durationElem
           
protected  java.lang.Float floatAttr
           
protected  java.lang.Float floatAttrNoDefault
           
protected  java.lang.Float floatElem
           
protected  byte[] hexBinaryAttr
           
protected  byte[] hexBinaryAttrNoDefault
           
protected  byte[] hexBinaryElem
           
protected  java.lang.Integer intAttr
           
protected  java.lang.Integer intAttrNoDefault
           
protected  java.math.BigInteger integerAttr
           
protected  java.math.BigInteger integerAttrNoDefault
           
protected  java.math.BigInteger integerElem
           
protected  java.lang.Integer intElem
           
protected  java.lang.Long longAttr
           
protected  java.lang.Long longAttrNoDefault
           
protected  java.lang.Long longElem
           
protected  PageColor pageColor
           
protected  Point point
           
protected  javax.xml.namespace.QName qnameAttr
           
protected  javax.xml.namespace.QName qnameAttrNoDefault
           
protected  javax.xml.namespace.QName qnameElem
           
protected  java.lang.Integer roomTemperature
           
protected  java.lang.Short shortAttr
           
protected  java.lang.Short shortAttrNoDefault
           
protected  java.lang.Short shortElem
           
protected  java.lang.String stringAttr
           
protected  java.lang.String stringAttrNoDefault
           
protected  java.lang.String stringElem
           
protected  java.lang.Integer temperature
           
protected  java.lang.Short unsignedByteAttr
           
protected  java.lang.Short unsignedByteAttrNoDefault
           
protected  java.lang.Short unsignedByteElem
           
protected  java.lang.Long unsignedIntAttr
           
protected  java.lang.Long unsignedIntAttrNoDefault
           
protected  java.lang.Long unsignedIntElem
           
protected  java.lang.Integer unsignedShortAttr
           
protected  java.lang.Integer unsignedShortAttrNoDefault
           
protected  java.lang.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.
 java.lang.Boolean getBooleanAttrNoDefault()
          Gets the value of the booleanAttrNoDefault property.
 java.lang.Boolean getBooleanElem()
          Gets the value of the booleanElem property.
 byte getByteAttr()
          Gets the value of the byteAttr property.
 java.lang.Byte getByteAttrNoDefault()
          Gets the value of the byteAttrNoDefault property.
 java.lang.Byte getByteElem()
          Gets the value of the byteElem property.
 java.math.BigDecimal getDecimalAttr()
          Gets the value of the decimalAttr property.
 java.math.BigDecimal getDecimalAttrNoDefault()
          Gets the value of the decimalAttrNoDefault property.
 java.math.BigDecimal getDecimalElem()
          Gets the value of the decimalElem property.
 double getDoubleAttr()
          Gets the value of the doubleAttr property.
 java.lang.Double getDoubleAttrNoDefault()
          Gets the value of the doubleAttrNoDefault property.
 java.lang.Double getDoubleElem()
          Gets the value of the doubleElem property.
 DrivingDecision getDriving()
          Gets the value of the driving property.
 javax.xml.datatype.Duration getDurationAttr()
          Gets the value of the durationAttr property.
 javax.xml.datatype.Duration getDurationAttrNoDefault()
          Gets the value of the durationAttrNoDefault property.
 javax.xml.datatype.Duration getDurationElem()
          Gets the value of the durationElem property.
 float getFloatAttr()
          Gets the value of the floatAttr property.
 java.lang.Float getFloatAttrNoDefault()
          Gets the value of the floatAttrNoDefault property.
 java.lang.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.
 java.lang.Integer getIntAttrNoDefault()
          Gets the value of the intAttrNoDefault property.
 java.math.BigInteger getIntegerAttr()
          Gets the value of the integerAttr property.
 java.math.BigInteger getIntegerAttrNoDefault()
          Gets the value of the integerAttrNoDefault property.
 java.math.BigInteger getIntegerElem()
          Gets the value of the integerElem property.
 java.lang.Integer getIntElem()
          Gets the value of the intElem property.
 long getLongAttr()
          Gets the value of the longAttr property.
 java.lang.Long getLongAttrNoDefault()
          Gets the value of the longAttrNoDefault property.
 java.lang.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.
 javax.xml.namespace.QName getQnameAttr()
          Gets the value of the qnameAttr property.
 javax.xml.namespace.QName getQnameAttrNoDefault()
          Gets the value of the qnameAttrNoDefault property.
 javax.xml.namespace.QName getQnameElem()
          Gets the value of the qnameElem property.
 java.lang.Integer getRoomTemperature()
          Gets the value of the roomTemperature property.
 short getShortAttr()
          Gets the value of the shortAttr property.
 java.lang.Short getShortAttrNoDefault()
          Gets the value of the shortAttrNoDefault property.
 java.lang.Short getShortElem()
          Gets the value of the shortElem property.
 java.lang.String getStringAttr()
          Gets the value of the stringAttr property.
 java.lang.String getStringAttrNoDefault()
          Gets the value of the stringAttrNoDefault property.
 java.lang.String getStringElem()
          Gets the value of the stringElem property.
 java.lang.Integer getTemperature()
          Gets the value of the temperature property.
 short getUnsignedByteAttr()
          Gets the value of the unsignedByteAttr property.
 java.lang.Short getUnsignedByteAttrNoDefault()
          Gets the value of the unsignedByteAttrNoDefault property.
 java.lang.Short getUnsignedByteElem()
          Gets the value of the unsignedByteElem property.
 long getUnsignedIntAttr()
          Gets the value of the unsignedIntAttr property.
 java.lang.Long getUnsignedIntAttrNoDefault()
          Gets the value of the unsignedIntAttrNoDefault property.
 java.lang.Long getUnsignedIntElem()
          Gets the value of the unsignedIntElem property.
 int getUnsignedShortAttr()
          Gets the value of the unsignedShortAttr property.
 java.lang.Integer getUnsignedShortAttrNoDefault()
          Gets the value of the unsignedShortAttrNoDefault property.
 java.lang.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(java.lang.Boolean value)
          Sets the value of the booleanAttr property.
 void setBooleanAttrNoDefault(java.lang.Boolean value)
          Sets the value of the booleanAttrNoDefault property.
 void setBooleanElem(java.lang.Boolean value)
          Sets the value of the booleanElem property.
 void setByteAttr(java.lang.Byte value)
          Sets the value of the byteAttr property.
 void setByteAttrNoDefault(java.lang.Byte value)
          Sets the value of the byteAttrNoDefault property.
 void setByteElem(java.lang.Byte value)
          Sets the value of the byteElem property.
 void setDecimalAttr(java.math.BigDecimal value)
          Sets the value of the decimalAttr property.
 void setDecimalAttrNoDefault(java.math.BigDecimal value)
          Sets the value of the decimalAttrNoDefault property.
 void setDecimalElem(java.math.BigDecimal value)
          Sets the value of the decimalElem property.
 void setDoubleAttr(java.lang.Double value)
          Sets the value of the doubleAttr property.
 void setDoubleAttrNoDefault(java.lang.Double value)
          Sets the value of the doubleAttrNoDefault property.
 void setDoubleElem(java.lang.Double value)
          Sets the value of the doubleElem property.
 void setDriving(DrivingDecision value)
          Sets the value of the driving property.
 void setDurationAttr(javax.xml.datatype.Duration value)
          Sets the value of the durationAttr property.
 void setDurationAttrNoDefault(javax.xml.datatype.Duration value)
          Sets the value of the durationAttrNoDefault property.
 void setDurationElem(javax.xml.datatype.Duration value)
          Sets the value of the durationElem property.
 void setFloatAttr(java.lang.Float value)
          Sets the value of the floatAttr property.
 void setFloatAttrNoDefault(java.lang.Float value)
          Sets the value of the floatAttrNoDefault property.
 void setFloatElem(java.lang.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(java.lang.Integer value)
          Sets the value of the intAttr property.
 void setIntAttrNoDefault(java.lang.Integer value)
          Sets the value of the intAttrNoDefault property.
 void setIntegerAttr(java.math.BigInteger value)
          Sets the value of the integerAttr property.
 void setIntegerAttrNoDefault(java.math.BigInteger value)
          Sets the value of the integerAttrNoDefault property.
 void setIntegerElem(java.math.BigInteger value)
          Sets the value of the integerElem property.
 void setIntElem(java.lang.Integer value)
          Sets the value of the intElem property.
 void setLongAttr(java.lang.Long value)
          Sets the value of the longAttr property.
 void setLongAttrNoDefault(java.lang.Long value)
          Sets the value of the longAttrNoDefault property.
 void setLongElem(java.lang.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(javax.xml.namespace.QName value)
          Sets the value of the qnameAttr property.
 void setQnameAttrNoDefault(javax.xml.namespace.QName value)
          Sets the value of the qnameAttrNoDefault property.
 void setQnameElem(javax.xml.namespace.QName value)
          Sets the value of the qnameElem property.
 void setRoomTemperature(java.lang.Integer value)
          Sets the value of the roomTemperature property.
 void setShortAttr(java.lang.Short value)
          Sets the value of the shortAttr property.
 void setShortAttrNoDefault(java.lang.Short value)
          Sets the value of the shortAttrNoDefault property.
 void setShortElem(java.lang.Short value)
          Sets the value of the shortElem property.
 void setStringAttr(java.lang.String value)
          Sets the value of the stringAttr property.
 void setStringAttrNoDefault(java.lang.String value)
          Sets the value of the stringAttrNoDefault property.
 void setStringElem(java.lang.String value)
          Sets the value of the stringElem property.
 void setTemperature(java.lang.Integer value)
          Sets the value of the temperature property.
 void setUnsignedByteAttr(java.lang.Short value)
          Sets the value of the unsignedByteAttr property.
 void setUnsignedByteAttrNoDefault(java.lang.Short value)
          Sets the value of the unsignedByteAttrNoDefault property.
 void setUnsignedByteElem(java.lang.Short value)
          Sets the value of the unsignedByteElem property.
 void setUnsignedIntAttr(java.lang.Long value)
          Sets the value of the unsignedIntAttr property.
 void setUnsignedIntAttrNoDefault(java.lang.Long value)
          Sets the value of the unsignedIntAttrNoDefault property.
 void setUnsignedIntElem(java.lang.Long value)
          Sets the value of the unsignedIntElem property.
 void setUnsignedShortAttr(java.lang.Integer value)
          Sets the value of the unsignedShortAttr property.
 void setUnsignedShortAttrNoDefault(java.lang.Integer value)
          Sets the value of the unsignedShortAttrNoDefault property.
 void setUnsignedShortElem(java.lang.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 java.lang.String stringElem

booleanElem

protected java.lang.Boolean booleanElem

integerElem

protected java.math.BigInteger integerElem

intElem

protected java.lang.Integer intElem

longElem

protected java.lang.Long longElem

shortElem

protected java.lang.Short shortElem

decimalElem

protected java.math.BigDecimal decimalElem

floatElem

protected java.lang.Float floatElem

doubleElem

protected java.lang.Double doubleElem

byteElem

protected java.lang.Byte byteElem

qnameElem

protected javax.xml.namespace.QName qnameElem

base64BinaryElem

protected byte[] base64BinaryElem

hexBinaryElem

protected byte[] hexBinaryElem

unsignedIntElem

protected java.lang.Long unsignedIntElem

unsignedShortElem

protected java.lang.Integer unsignedShortElem

unsignedByteElem

protected java.lang.Short unsignedByteElem

durationElem

protected javax.xml.datatype.Duration durationElem

temperature

protected java.lang.Integer temperature

roomTemperature

protected java.lang.Integer roomTemperature

point

protected Point point

address

protected Foo.Address address

stringAttr

protected java.lang.String stringAttr

booleanAttr

protected java.lang.Boolean booleanAttr

integerAttr

protected java.math.BigInteger integerAttr

intAttr

protected java.lang.Integer intAttr

longAttr

protected java.lang.Long longAttr

shortAttr

protected java.lang.Short shortAttr

decimalAttr

protected java.math.BigDecimal decimalAttr

floatAttr

protected java.lang.Float floatAttr

doubleAttr

protected java.lang.Double doubleAttr

byteAttr

protected java.lang.Byte byteAttr

qnameAttr

protected javax.xml.namespace.QName qnameAttr

base64BinaryAttr

protected byte[] base64BinaryAttr

hexBinaryAttr

protected byte[] hexBinaryAttr

unsignedIntAttr

protected java.lang.Long unsignedIntAttr

unsignedShortAttr

protected java.lang.Integer unsignedShortAttr

unsignedByteAttr

protected java.lang.Short unsignedByteAttr

durationAttr

protected javax.xml.datatype.Duration durationAttr

stringAttrNoDefault

protected java.lang.String stringAttrNoDefault

booleanAttrNoDefault

protected java.lang.Boolean booleanAttrNoDefault

integerAttrNoDefault

protected java.math.BigInteger integerAttrNoDefault

intAttrNoDefault

protected java.lang.Integer intAttrNoDefault

longAttrNoDefault

protected java.lang.Long longAttrNoDefault

shortAttrNoDefault

protected java.lang.Short shortAttrNoDefault

decimalAttrNoDefault

protected java.math.BigDecimal decimalAttrNoDefault

floatAttrNoDefault

protected java.lang.Float floatAttrNoDefault

doubleAttrNoDefault

protected java.lang.Double doubleAttrNoDefault

byteAttrNoDefault

protected java.lang.Byte byteAttrNoDefault

qnameAttrNoDefault

protected javax.xml.namespace.QName qnameAttrNoDefault

base64BinaryAttrNoDefault

protected byte[] base64BinaryAttrNoDefault

hexBinaryAttrNoDefault

protected byte[] hexBinaryAttrNoDefault

unsignedIntAttrNoDefault

protected java.lang.Long unsignedIntAttrNoDefault

unsignedShortAttrNoDefault

protected java.lang.Integer unsignedShortAttrNoDefault

unsignedByteAttrNoDefault

protected java.lang.Short unsignedByteAttrNoDefault

durationAttrNoDefault

protected javax.xml.datatype.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 java.lang.String getStringElem()
Gets the value of the stringElem property.

Returns:
possible object is String

setStringElem

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

Parameters:
value - allowed object is String

getBooleanElem

public java.lang.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(java.lang.Boolean value)
Sets the value of the booleanElem property.

Parameters:
value - allowed object is Boolean

getIntegerElem

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

Returns:
possible object is BigInteger

setIntegerElem

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

Parameters:
value - allowed object is BigInteger

getIntElem

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

Returns:
possible object is Integer

setIntElem

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

Parameters:
value - allowed object is Integer

getLongElem

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

Returns:
possible object is Long

setLongElem

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

Parameters:
value - allowed object is Long

getShortElem

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

Returns:
possible object is Short

setShortElem

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

Parameters:
value - allowed object is Short

getDecimalElem

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

Returns:
possible object is BigDecimal

setDecimalElem

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

Parameters:
value - allowed object is BigDecimal

getFloatElem

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

Returns:
possible object is Float

setFloatElem

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

Parameters:
value - allowed object is Float

getDoubleElem

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

Returns:
possible object is Double

setDoubleElem

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

Parameters:
value - allowed object is Double

getByteElem

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

Returns:
possible object is Byte

setByteElem

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

Parameters:
value - allowed object is Byte

getQnameElem

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

Returns:
possible object is QName

setQnameElem

public void setQnameElem(javax.xml.namespace.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 java.lang.Long getUnsignedIntElem()
Gets the value of the unsignedIntElem property.

Returns:
possible object is Long

setUnsignedIntElem

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

Parameters:
value - allowed object is Long

getUnsignedShortElem

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

Returns:
possible object is Integer

setUnsignedShortElem

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

Parameters:
value - allowed object is Integer

getUnsignedByteElem

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

Returns:
possible object is Short

setUnsignedByteElem

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

Parameters:
value - allowed object is Short

getDurationElem

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

Returns:
possible object is Duration

setDurationElem

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

Parameters:
value - allowed object is Duration

getTemperature

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

Returns:
possible object is Integer

setTemperature

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

Parameters:
value - allowed object is Integer

getRoomTemperature

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

Returns:
possible object is Integer

setRoomTemperature

public void setRoomTemperature(java.lang.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 java.lang.String getStringAttr()
Gets the value of the stringAttr property.

Returns:
possible object is String

setStringAttr

public void setStringAttr(java.lang.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(java.lang.Boolean value)
Sets the value of the booleanAttr property.

Parameters:
value - allowed object is Boolean

getIntegerAttr

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

Returns:
possible object is BigInteger

setIntegerAttr

public void setIntegerAttr(java.math.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(java.lang.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(java.lang.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(java.lang.Short value)
Sets the value of the shortAttr property.

Parameters:
value - allowed object is Short

getDecimalAttr

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

Returns:
possible object is BigDecimal

setDecimalAttr

public void setDecimalAttr(java.math.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(java.lang.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(java.lang.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(java.lang.Byte value)
Sets the value of the byteAttr property.

Parameters:
value - allowed object is Byte

getQnameAttr

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

Returns:
possible object is QName

setQnameAttr

public void setQnameAttr(javax.xml.namespace.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(java.lang.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(java.lang.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(java.lang.Short value)
Sets the value of the unsignedByteAttr property.

Parameters:
value - allowed object is Short

getDurationAttr

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

Returns:
possible object is Duration

setDurationAttr

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

Parameters:
value - allowed object is Duration

getStringAttrNoDefault

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

Returns:
possible object is String

setStringAttrNoDefault

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

Parameters:
value - allowed object is String

getBooleanAttrNoDefault

public java.lang.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(java.lang.Boolean value)
Sets the value of the booleanAttrNoDefault property.

Parameters:
value - allowed object is Boolean

getIntegerAttrNoDefault

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

Returns:
possible object is BigInteger

setIntegerAttrNoDefault

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

Parameters:
value - allowed object is BigInteger

getIntAttrNoDefault

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

Returns:
possible object is Integer

setIntAttrNoDefault

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

Parameters:
value - allowed object is Integer

getLongAttrNoDefault

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

Returns:
possible object is Long

setLongAttrNoDefault

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

Parameters:
value - allowed object is Long

getShortAttrNoDefault

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

Returns:
possible object is Short

setShortAttrNoDefault

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

Parameters:
value - allowed object is Short

getDecimalAttrNoDefault

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

Returns:
possible object is BigDecimal

setDecimalAttrNoDefault

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

Parameters:
value - allowed object is BigDecimal

getFloatAttrNoDefault

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

Returns:
possible object is Float

setFloatAttrNoDefault

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

Parameters:
value - allowed object is Float

getDoubleAttrNoDefault

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

Returns:
possible object is Double

setDoubleAttrNoDefault

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

Parameters:
value - allowed object is Double

getByteAttrNoDefault

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

Returns:
possible object is Byte

setByteAttrNoDefault

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

Parameters:
value - allowed object is Byte

getQnameAttrNoDefault

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

Returns:
possible object is QName

setQnameAttrNoDefault

public void setQnameAttrNoDefault(javax.xml.namespace.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 java.lang.Long getUnsignedIntAttrNoDefault()
Gets the value of the unsignedIntAttrNoDefault property.

Returns:
possible object is Long

setUnsignedIntAttrNoDefault

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

Parameters:
value - allowed object is Long

getUnsignedShortAttrNoDefault

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

Returns:
possible object is Integer

setUnsignedShortAttrNoDefault

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

Parameters:
value - allowed object is Integer

getUnsignedByteAttrNoDefault

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

Returns:
possible object is Short

setUnsignedByteAttrNoDefault

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

Parameters:
value - allowed object is Short

getDurationAttrNoDefault

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

Returns:
possible object is Duration

setDurationAttrNoDefault

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

Parameters:
value - allowed object is Duration


Apache CXF