Class AddressLine


  • public class AddressLine
    extends Object

    Java class for addressLine complex type.

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

     <complexType name="addressLine">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyValue" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • keyName

        protected String keyName
      • keyValue

        protected String keyValue
    • Constructor Detail

      • AddressLine

        public AddressLine()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getKeyName

        public String getKeyName()
        Gets the value of the keyName property.
        Returns:
        possible object is String
      • setKeyName

        public void setKeyName​(String value)
        Sets the value of the keyName property.
        Parameters:
        value - allowed object is String
      • getKeyValue

        public String getKeyValue()
        Gets the value of the keyValue property.
        Returns:
        possible object is String
      • setKeyValue

        public void setKeyValue​(String value)
        Sets the value of the keyValue property.
        Parameters:
        value - allowed object is String