public class CompanySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CompanySoap() |
CompanySoap(long accountId,
boolean active,
long companyId,
java.lang.String homeURL,
java.lang.String key,
long logoId,
int maxUsers,
long mvccVersion,
java.lang.String mx,
long primaryKey,
boolean system,
java.lang.String webId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getAccountId()
Gets the accountId value for this CompanySoap.
|
long |
getCompanyId()
Gets the companyId value for this CompanySoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getHomeURL()
Gets the homeURL value for this CompanySoap.
|
java.lang.String |
getKey()
Gets the key value for this CompanySoap.
|
long |
getLogoId()
Gets the logoId value for this CompanySoap.
|
int |
getMaxUsers()
Gets the maxUsers value for this CompanySoap.
|
long |
getMvccVersion()
Gets the mvccVersion value for this CompanySoap.
|
java.lang.String |
getMx()
Gets the mx value for this CompanySoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this CompanySoap.
|
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
|
java.lang.String |
getWebId()
Gets the webId value for this CompanySoap.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this CompanySoap.
|
boolean |
isSystem()
Gets the system value for this CompanySoap.
|
void |
setAccountId(long accountId)
Sets the accountId value for this CompanySoap.
|
void |
setActive(boolean active)
Sets the active value for this CompanySoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this CompanySoap.
|
void |
setHomeURL(java.lang.String homeURL)
Sets the homeURL value for this CompanySoap.
|
void |
setKey(java.lang.String key)
Sets the key value for this CompanySoap.
|
void |
setLogoId(long logoId)
Sets the logoId value for this CompanySoap.
|
void |
setMaxUsers(int maxUsers)
Sets the maxUsers value for this CompanySoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this CompanySoap.
|
void |
setMx(java.lang.String mx)
Sets the mx value for this CompanySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this CompanySoap.
|
void |
setSystem(boolean system)
Sets the system value for this CompanySoap.
|
void |
setWebId(java.lang.String webId)
Sets the webId value for this CompanySoap.
|
public CompanySoap()
public CompanySoap(long accountId,
boolean active,
long companyId,
java.lang.String homeURL,
java.lang.String key,
long logoId,
int maxUsers,
long mvccVersion,
java.lang.String mx,
long primaryKey,
boolean system,
java.lang.String webId)
public long getAccountId()
public void setAccountId(long accountId)
accountId - public boolean isActive()
public void setActive(boolean active)
active - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.lang.String getHomeURL()
public void setHomeURL(java.lang.String homeURL)
homeURL - public java.lang.String getKey()
public void setKey(java.lang.String key)
key - public long getLogoId()
public void setLogoId(long logoId)
logoId - public int getMaxUsers()
public void setMaxUsers(int maxUsers)
maxUsers - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public java.lang.String getMx()
public void setMx(java.lang.String mx)
mx - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public boolean isSystem()
public void setSystem(boolean system)
system - public java.lang.String getWebId()
public void setWebId(java.lang.String webId)
webId - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)