public class AddressRequest
extends java.lang.Object
Java class for AddressRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/> <element name="provider" type="{http://www.nortel.com/soa/oi/cct/types}provider"/> <element name="addressName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="addressUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="addressType" type="{http://www.nortel.com/soa/oi/cct/types}addressType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AddressRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddressName()
Gets the value of the addressName property.
|
AddressType |
getAddressType()
Gets the value of the addressType property.
|
java.lang.String |
getAddressUri()
Gets the value of the addressUri property.
|
Provider |
getProvider()
Gets the value of the provider property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setAddressName(java.lang.String value)
Sets the value of the addressName property.
|
void |
setAddressType(AddressType value)
Sets the value of the addressType property.
|
void |
setAddressUri(java.lang.String value)
Sets the value of the addressUri property.
|
void |
setProvider(Provider value)
Sets the value of the provider property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Provider getProvider()
Provider
public void setProvider(Provider value)
value
- allowed object is
Provider
public java.lang.String getAddressName()
String
public void setAddressName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddressUri()
String
public void setAddressUri(java.lang.String value)
value
- allowed object is
String
public AddressType getAddressType()
AddressType
public void setAddressType(AddressType value)
value
- allowed object is
AddressType
Copyright © 2010 All Rights Reserved.