Address¶
-
public class
Addressextends AbstractID¶ Java class for address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="address"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="addressLine" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="component" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Methods¶
getAddressLines¶
-
public Set<AddressLine>
getAddressLines()¶
setAddressLines¶
-
public void
setAddressLines(Set<AddressLine> addressLines)¶