| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.WebSiteAddress |
Product: QBW Description: Describes the website address, this object is always manipulated in context of another parent object like Person, Organization etc. Unsupported type.
Java class for WebSiteAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebSiteAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DateLastVerified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _default | |||||||||||
| dateLastVerified | |||||||||||
| id | |||||||||||
| tag | |||||||||||
| uri | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateLastVerified property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the tag property.
| |||||||||||
Gets the value of the uri property.
| |||||||||||
Gets the value of the default property.
| |||||||||||
Sets the value of the dateLastVerified property.
| |||||||||||
Sets the value of the default property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the uri property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dateLastVerified property.
Gets the value of the tag property.
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 tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the uri property.
Gets the value of the default property.
Sets the value of the dateLastVerified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the default property.
| value | Allowed object is Boolean |
|---|
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the uri property.
| value | Allowed object is String |
|---|