public class OtherName extends NameBase implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for OtherName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherName"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}NameBase"> <sequence> <element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PrimaryAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/> <element name="OtherAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" maxOccurs="unbounded" minOccurs="0"/> <element name="OtherNameEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
acctNum |
protected List<PhysicalAddress> |
otherAddr |
protected IntuitAnyType |
otherNameEx |
protected PhysicalAddress |
primaryAddr |
active, alternatePhone, companyName, defaultTaxCodeRef, displayName, familyName, fax, fullyQualifiedName, givenName, intuitId, middleName, mobile, organization, otherContactInfo, primaryEmailAddr, primaryPhone, printOnCheckName, suffix, title, userId, webAddr
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
OtherName() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAcctNum()
Gets the value of the acctNum property.
|
List<PhysicalAddress> |
getOtherAddr()
Gets the value of the otherAddr property.
|
IntuitAnyType |
getOtherNameEx()
Gets the value of the otherNameEx property.
|
PhysicalAddress |
getPrimaryAddr()
Gets the value of the primaryAddr property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAcctNum(String value)
Sets the value of the acctNum property.
|
void |
setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
void |
setOtherNameEx(IntuitAnyType value)
Sets the value of the otherNameEx property.
|
void |
setPrimaryAddr(PhysicalAddress value)
Sets the value of the primaryAddr property.
|
getAlternatePhone, getCompanyName, getDefaultTaxCodeRef, getDisplayName, getFamilyName, getFax, getFullyQualifiedName, getGivenName, getIntuitId, getMiddleName, getMobile, getOtherContactInfo, getPrimaryEmailAddr, getPrimaryPhone, getPrintOnCheckName, getSuffix, getTitle, getUserId, getWebAddr, isActive, isOrganization, setActive, setAlternatePhone, setCompanyName, setDefaultTaxCodeRef, setDisplayName, setFamilyName, setFax, setFullyQualifiedName, setGivenName, setIntuitId, setMiddleName, setMobile, setOrganization, setOtherContactInfo, setPrimaryEmailAddr, setPrimaryPhone, setPrintOnCheckName, setSuffix, setTitle, setUserId, setWebAddr
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String acctNum
protected PhysicalAddress primaryAddr
protected List<PhysicalAddress> otherAddr
protected IntuitAnyType otherNameEx
public String getAcctNum()
String
public void setAcctNum(String value)
value
- allowed object is
String
public PhysicalAddress getPrimaryAddr()
PhysicalAddress
public void setPrimaryAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public List<PhysicalAddress> getOtherAddr()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the otherAddr property.
For example, to add a new item, do as follows:
getOtherAddr().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalAddress
public IntuitAnyType getOtherNameEx()
IntuitAnyType
public void setOtherNameEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public void setOtherAddr(List<PhysicalAddress> otherAddr)
otherAddr
- allowed object is
PhysicalAddress
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Copyright © 2017. All rights reserved.