public class XmlContactAttribute extends Object implements Serializable
Java class for XmlContactAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlContactAttribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
firstName |
protected String |
lastName |
protected String |
phoneNumber |
protected String |
zipCode |
Constructor and Description |
---|
XmlContactAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
int |
hashCode() |
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected String firstName
protected String lastName
protected String phoneNumber
protected String zipCode
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getPhoneNumber()
String
public void setPhoneNumber(String value)
value
- allowed object is
String
public String getZipCode()
String
public void setZipCode(String value)
value
- allowed object is
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.