|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.cxf.configuration.foo.TpAddress
public class TpAddress
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 java.lang.String |
addrString
|
protected Foo |
afoo
|
protected java.lang.String |
name
|
protected TpAddressPresentation |
presentation
|
protected java.lang.String |
subAddressString
|
| Constructor Summary | |
|---|---|
TpAddress()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddrString()
Gets the value of the addrString property. |
Foo |
getAfoo()
Gets the value of the afoo property. |
java.lang.String |
getName()
Gets the value of the name property. |
TpAddressPresentation |
getPresentation()
Gets the value of the presentation property. |
java.lang.String |
getSubAddressString()
Gets the value of the subAddressString property. |
void |
setAddrString(java.lang.String value)
Sets the value of the addrString property. |
void |
setAfoo(Foo value)
Sets the value of the afoo property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPresentation(TpAddressPresentation value)
Sets the value of the presentation property. |
void |
setSubAddressString(java.lang.String value)
Sets the value of the subAddressString property. |
java.lang.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 |
|---|
protected java.lang.String addrString
protected java.lang.String name
protected TpAddressPresentation presentation
protected java.lang.String subAddressString
protected Foo afoo
| Constructor Detail |
|---|
public TpAddress()
| Method Detail |
|---|
public java.lang.String getAddrString()
Stringpublic void setAddrString(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic TpAddressPresentation getPresentation()
TpAddressPresentationpublic void setPresentation(TpAddressPresentation value)
value - allowed object is
TpAddressPresentationpublic java.lang.String getSubAddressString()
Stringpublic void setSubAddressString(java.lang.String value)
value - allowed object is
Stringpublic Foo getAfoo()
Foopublic void setAfoo(Foo value)
value - allowed object is
Foopublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||