|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.user.provider.capws.v8.BCeIDBusiness
| Constructor Summary | |
BCeIDBusiness()
|
|
BCeIDBusiness(BCeIDString guid,
BCeIDString luid,
BCeIDBusinessType type,
BCeIDString legalName,
BCeIDString businessNumber,
BCeIDBoolean businessNumberVerifiedFlag,
BCeIDString statementOfRegistrationNumber,
BCeIDString incorporationNumber,
BCeIDString jurisdictionOfIncorporation,
BCeIDString doingBusinessAs,
BCeIDAddress address,
BCeIDBusinessState state,
BCeIDBNHubBusinessType bnHubBusinessType,
BCeIDString businessTypeOther)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
BCeIDAddress |
getAddress()
Gets the address value for this BCeIDBusiness. |
BCeIDBNHubBusinessType |
getBnHubBusinessType()
Gets the bnHubBusinessType value for this BCeIDBusiness. |
BCeIDString |
getBusinessNumber()
Gets the businessNumber value for this BCeIDBusiness. |
BCeIDBoolean |
getBusinessNumberVerifiedFlag()
Gets the businessNumberVerifiedFlag value for this BCeIDBusiness. |
BCeIDString |
getBusinessTypeOther()
Gets the businessTypeOther value for this BCeIDBusiness. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
BCeIDString |
getDoingBusinessAs()
Gets the doingBusinessAs value for this BCeIDBusiness. |
BCeIDString |
getGuid()
Gets the guid value for this BCeIDBusiness. |
BCeIDString |
getIncorporationNumber()
Gets the incorporationNumber value for this BCeIDBusiness. |
BCeIDString |
getJurisdictionOfIncorporation()
Gets the jurisdictionOfIncorporation value for this BCeIDBusiness. |
BCeIDString |
getLegalName()
Gets the legalName value for this BCeIDBusiness. |
BCeIDString |
getLuid()
Gets the luid value for this BCeIDBusiness. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
BCeIDBusinessState |
getState()
Gets the state value for this BCeIDBusiness. |
BCeIDString |
getStatementOfRegistrationNumber()
Gets the statementOfRegistrationNumber value for this BCeIDBusiness. |
BCeIDBusinessType |
getType()
Gets the type value for this BCeIDBusiness. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAddress(BCeIDAddress address)
Sets the address value for this BCeIDBusiness. |
void |
setBnHubBusinessType(BCeIDBNHubBusinessType bnHubBusinessType)
Sets the bnHubBusinessType value for this BCeIDBusiness. |
void |
setBusinessNumber(BCeIDString businessNumber)
Sets the businessNumber value for this BCeIDBusiness. |
void |
setBusinessNumberVerifiedFlag(BCeIDBoolean businessNumberVerifiedFlag)
Sets the businessNumberVerifiedFlag value for this BCeIDBusiness. |
void |
setBusinessTypeOther(BCeIDString businessTypeOther)
Sets the businessTypeOther value for this BCeIDBusiness. |
void |
setDoingBusinessAs(BCeIDString doingBusinessAs)
Sets the doingBusinessAs value for this BCeIDBusiness. |
void |
setGuid(BCeIDString guid)
Sets the guid value for this BCeIDBusiness. |
void |
setIncorporationNumber(BCeIDString incorporationNumber)
Sets the incorporationNumber value for this BCeIDBusiness. |
void |
setJurisdictionOfIncorporation(BCeIDString jurisdictionOfIncorporation)
Sets the jurisdictionOfIncorporation value for this BCeIDBusiness. |
void |
setLegalName(BCeIDString legalName)
Sets the legalName value for this BCeIDBusiness. |
void |
setLuid(BCeIDString luid)
Sets the luid value for this BCeIDBusiness. |
void |
setState(BCeIDBusinessState state)
Sets the state value for this BCeIDBusiness. |
void |
setStatementOfRegistrationNumber(BCeIDString statementOfRegistrationNumber)
Sets the statementOfRegistrationNumber value for this BCeIDBusiness. |
void |
setType(BCeIDBusinessType type)
Sets the type value for this BCeIDBusiness. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BCeIDBusiness()
public BCeIDBusiness(BCeIDString guid,
BCeIDString luid,
BCeIDBusinessType type,
BCeIDString legalName,
BCeIDString businessNumber,
BCeIDBoolean businessNumberVerifiedFlag,
BCeIDString statementOfRegistrationNumber,
BCeIDString incorporationNumber,
BCeIDString jurisdictionOfIncorporation,
BCeIDString doingBusinessAs,
BCeIDAddress address,
BCeIDBusinessState state,
BCeIDBNHubBusinessType bnHubBusinessType,
BCeIDString businessTypeOther)
| Method Detail |
public BCeIDString getGuid()
public void setGuid(BCeIDString guid)
guid - public BCeIDString getLuid()
public void setLuid(BCeIDString luid)
luid - public BCeIDBusinessType getType()
public void setType(BCeIDBusinessType type)
type - public BCeIDString getLegalName()
public void setLegalName(BCeIDString legalName)
legalName - public BCeIDString getBusinessNumber()
public void setBusinessNumber(BCeIDString businessNumber)
businessNumber - public BCeIDBoolean getBusinessNumberVerifiedFlag()
public void setBusinessNumberVerifiedFlag(BCeIDBoolean businessNumberVerifiedFlag)
businessNumberVerifiedFlag - public BCeIDString getStatementOfRegistrationNumber()
public void setStatementOfRegistrationNumber(BCeIDString statementOfRegistrationNumber)
statementOfRegistrationNumber - public BCeIDString getIncorporationNumber()
public void setIncorporationNumber(BCeIDString incorporationNumber)
incorporationNumber - public BCeIDString getJurisdictionOfIncorporation()
public void setJurisdictionOfIncorporation(BCeIDString jurisdictionOfIncorporation)
jurisdictionOfIncorporation - public BCeIDString getDoingBusinessAs()
public void setDoingBusinessAs(BCeIDString doingBusinessAs)
doingBusinessAs - public BCeIDAddress getAddress()
public void setAddress(BCeIDAddress address)
address - public BCeIDBusinessState getState()
public void setState(BCeIDBusinessState state)
state - public BCeIDBNHubBusinessType getBnHubBusinessType()
public void setBnHubBusinessType(BCeIDBNHubBusinessType bnHubBusinessType)
bnHubBusinessType - public BCeIDString getBusinessTypeOther()
public void setBusinessTypeOther(BCeIDString businessTypeOther)
businessTypeOther - public boolean equals(java.lang.Object obj)
public int hashCode()
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 | |||||||||