public class AgentPropertyContactType
extends java.lang.Object
Java class for agentPropertyContactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPropertyContactType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="providerId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="providerName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AgentPropertyContactType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getProviderId()
Gets the value of the providerId property.
|
java.lang.String |
getProviderName()
Gets the value of the providerName property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setProviderId(java.lang.String value)
Sets the value of the providerId property.
|
void |
setProviderName(java.lang.String value)
Sets the value of the providerName property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderId()
String
public void setProviderId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderName()
String
public void setProviderName(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.