public class InventorySite extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for InventorySite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventorySite"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DefaultSite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Addr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" maxOccurs="unbounded" minOccurs="0"/> <element name="ContactInfo" type="{http://schema.intuit.com/finance/v3}ContactInfo" maxOccurs="unbounded" minOccurs="0"/> <element name="InventorySiteEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
active |
protected List<PhysicalAddress> |
addr |
protected String |
contact |
protected List<ContactInfo> |
contactInfo |
protected Boolean |
defaultSite |
protected String |
description |
protected IntuitAnyType |
inventorySiteEx |
protected String |
name |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
InventorySite() |
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) |
List<PhysicalAddress> |
getAddr()
Gets the value of the addr property.
|
String |
getContact()
Gets the value of the contact property.
|
List<ContactInfo> |
getContactInfo()
Gets the value of the contactInfo property.
|
String |
getDescription()
Gets the value of the description property.
|
IntuitAnyType |
getInventorySiteEx()
Gets the value of the inventorySiteEx property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isDefaultSite()
Gets the value of the defaultSite property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setAddr(List<PhysicalAddress> addr)
Sets the value of the addr property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setContactInfo(List<ContactInfo> contactInfo)
Sets the value of the contactInfo property.
|
void |
setDefaultSite(Boolean value)
Sets the value of the defaultSite property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setInventorySiteEx(IntuitAnyType value)
Sets the value of the inventorySiteEx property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String name
protected Boolean active
protected Boolean defaultSite
protected String description
protected String contact
protected List<PhysicalAddress> addr
protected List<ContactInfo> contactInfo
protected IntuitAnyType inventorySiteEx
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public Boolean isDefaultSite()
Boolean
public void setDefaultSite(Boolean value)
value
- allowed object is
Boolean
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getContact()
String
public void setContact(String value)
value
- allowed object is
String
public List<PhysicalAddress> getAddr()
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 addr property.
For example, to add a new item, do as follows:
getAddr().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalAddress
public List<ContactInfo> getContactInfo()
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 contactInfo property.
For example, to add a new item, do as follows:
getContactInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ContactInfo
public IntuitAnyType getInventorySiteEx()
IntuitAnyType
public void setInventorySiteEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public void setAddr(List<PhysicalAddress> addr)
addr
- allowed object is
PhysicalAddress
public void setContactInfo(List<ContactInfo> contactInfo)
contactInfo
- allowed object is
ContactInfo
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.