AddressLine

public class AddressLine extends AbstractID

Java class for anonymous complex type.

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

<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>

Constructors

AddressLine

public AddressLine()

AddressLine

public AddressLine(String value)

AddressLine

public AddressLine(String value, String component)

Methods

equals

public boolean equals(Object o)

getComponent

public String getComponent()

getValue

public String getValue()

hashCode

public int hashCode()

setComponent

public void setComponent(String component)

setValue

public void setValue(String value)

toString

public String toString()