org.apache.cxf.configuration.foo
Class TpAddress

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

public class TpAddress
extends Object

Java class for TpAddress complex type.

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

 <complexType name="TpAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AddrString" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Presentation" type="{http://cxf.apache.org/configuration/foo}TpAddressPresentation"/>
         <element name="SubAddressString" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="afoo" type="{http://cxf.apache.org/configuration/foo}foo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String addrString
           
protected  Foo afoo
           
protected  String name
           
protected  TpAddressPresentation presentation
           
protected  String subAddressString
           
 
Constructor Summary
TpAddress()
           
 
Method Summary
 String getAddrString()
          Gets the value of the addrString property.
 Foo getAfoo()
          Gets the value of the afoo property.
 String getName()
          Gets the value of the name property.
 TpAddressPresentation getPresentation()
          Gets the value of the presentation property.
 String getSubAddressString()
          Gets the value of the subAddressString property.
 void setAddrString(String value)
          Sets the value of the addrString property.
 void setAfoo(Foo value)
          Sets the value of the afoo property.
 void setName(String value)
          Sets the value of the name property.
 void setPresentation(TpAddressPresentation value)
          Sets the value of the presentation property.
 void setSubAddressString(String value)
          Sets the value of the subAddressString property.
 String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

addrString

protected String addrString

name

protected String name

presentation

protected TpAddressPresentation presentation

subAddressString

protected String subAddressString

afoo

protected Foo afoo
Constructor Detail

TpAddress

public TpAddress()
Method Detail

getAddrString

public String getAddrString()
Gets the value of the addrString property.

Returns:
possible object is String

setAddrString

public void setAddrString(String value)
Sets the value of the addrString property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPresentation

public TpAddressPresentation getPresentation()
Gets the value of the presentation property.

Returns:
possible object is TpAddressPresentation

setPresentation

public void setPresentation(TpAddressPresentation value)
Sets the value of the presentation property.

Parameters:
value - allowed object is TpAddressPresentation

getSubAddressString

public String getSubAddressString()
Gets the value of the subAddressString property.

Returns:
possible object is String

setSubAddressString

public void setSubAddressString(String value)
Sets the value of the subAddressString property.

Parameters:
value - allowed object is String

getAfoo

public Foo getAfoo()
Gets the value of the afoo property.

Returns:
possible object is Foo

setAfoo

public void setAfoo(Foo value)
Sets the value of the afoo property.

Parameters:
value - allowed object is Foo

toString

public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class Object


Apache CXF