public class EWAYHeader
extends java.lang.Object
Java class for eWAYHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eWAYHeader">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eWAYCustomerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<anyAttribute/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ewayCustomerID |
protected java.lang.String |
password |
protected java.lang.String |
username |
| Constructor and Description |
|---|
EWAYHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEWAYCustomerID()
Gets the value of the ewayCustomerID property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setEWAYCustomerID(java.lang.String value)
Sets the value of the ewayCustomerID property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
protected java.lang.String ewayCustomerID
protected java.lang.String username
protected java.lang.String password
public java.lang.String getEWAYCustomerID()
Stringpublic void setEWAYCustomerID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.