|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.AccountDescriptor
public class AccountDescriptor
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
accountID
|
private AccountDescriptorType |
accountType
|
private java.lang.String |
companyName
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
AccountDescriptor()
|
|
AccountDescriptor(java.lang.String accountID,
AccountDescriptorType accountType,
java.lang.String companyName)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountID()
Gets the accountID value for this AccountDescriptor. |
AccountDescriptorType |
getAccountType()
Gets the accountType value for this AccountDescriptor. |
java.lang.String |
getCompanyName()
Gets the companyName value for this AccountDescriptor. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAccountID(java.lang.String accountID)
Sets the accountID value for this AccountDescriptor. |
void |
setAccountType(AccountDescriptorType accountType)
Sets the accountType value for this AccountDescriptor. |
void |
setCompanyName(java.lang.String companyName)
Sets the companyName value for this AccountDescriptor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String accountID
private AccountDescriptorType accountType
private java.lang.String companyName
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public AccountDescriptor()
public AccountDescriptor(java.lang.String accountID, AccountDescriptorType accountType, java.lang.String companyName)
Method Detail |
---|
public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public AccountDescriptorType getAccountType()
public void setAccountType(AccountDescriptorType accountType)
accountType
- public java.lang.String getCompanyName()
public void setCompanyName(java.lang.String companyName)
companyName
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |