public class AddGroup extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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"/> <element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GroupTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExternalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
address1 |
protected String |
address2 |
protected String |
city |
protected String |
country |
protected String |
emailAddress |
protected String |
externalReference |
protected String |
fax |
protected String |
groupName |
protected int |
groupTypeID |
protected String |
password |
protected String |
phone |
protected String |
state |
protected String |
userName |
protected String |
zipCode |
Constructor and Description |
---|
AddGroup() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getAddress1()
Gets the value of the address1 property.
|
String |
getAddress2()
Gets the value of the address2 property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
int |
getGroupTypeID()
Gets the value of the groupTypeID property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getState()
Gets the value of the state property.
|
String |
getUserName()
Gets the value of the userName property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAddress1(String value)
Sets the value of the address1 property.
|
void |
setAddress2(String value)
Sets the value of the address2 property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setGroupTypeID(int value)
Sets the value of the groupTypeID property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
String |
toString() |
protected String userName
protected String password
protected String groupName
protected int groupTypeID
protected String address1
protected String address2
protected String city
protected String state
protected String zipCode
protected String country
protected String phone
protected String fax
protected String emailAddress
protected String externalReference
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public String getGroupName()
String
public void setGroupName(String value)
value
- allowed object is
String
public int getGroupTypeID()
public void setGroupTypeID(int value)
public String getAddress1()
String
public void setAddress1(String value)
value
- allowed object is
String
public String getAddress2()
String
public void setAddress2(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getZipCode()
String
public void setZipCode(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getPhone()
String
public void setPhone(String value)
value
- allowed object is
String
public String getFax()
String
public void setFax(String value)
value
- allowed object is
String
public String getEmailAddress()
String
public void setEmailAddress(String value)
value
- allowed object is
String
public String getExternalReference()
String
public void setExternalReference(String value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.