public class

ArrayOfValidAddress

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.ArrayOfValidAddress

Class Overview

Java class for ArrayOfValidAddress complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfValidAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValidAddress" type="{http://avatax.avalara.com/services}ValidAddress" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ValidAddress> validAddress
Public Constructors
ArrayOfValidAddress()
Public Methods
List<ValidAddress> getValidAddress()
Gets the value of the validAddress property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ValidAddress> validAddress

Public Constructors

public ArrayOfValidAddress ()

Public Methods

public List<ValidAddress> getValidAddress ()

Gets the value of the validAddress 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 validAddress property.

For example, to add a new item, do as follows:

    getValidAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list ValidAddress