Modifier and Type | Method and Description |
---|---|
Address |
build() |
Address.Builder |
clearAppno()
Clears the value of the 'appno' field.
|
Address.Builder |
clearCity()
Clears the value of the 'city' field.
|
Address.Builder |
clearNum()
Clears the value of the 'num' field.
|
Address.Builder |
clearState()
Clears the value of the 'state' field.
|
Address.Builder |
clearStreet()
Clears the value of the 'street' field.
|
Address.Builder |
clearZip()
Clears the value of the 'zip' field.
|
String |
getAppno()
Gets the value of the 'appno' field.
|
String |
getCity()
Gets the value of the 'city' field.
|
int |
getNum()
Gets the value of the 'num' field.
|
String |
getState()
Gets the value of the 'state' field.
|
String |
getStreet()
Gets the value of the 'street' field.
|
String |
getZip()
Gets the value of the 'zip' field.
|
boolean |
hasAppno()
Checks whether the 'appno' field has been set.
|
boolean |
hasCity()
Checks whether the 'city' field has been set.
|
boolean |
hasNum()
Checks whether the 'num' field has been set.
|
boolean |
hasState()
Checks whether the 'state' field has been set.
|
boolean |
hasStreet()
Checks whether the 'street' field has been set.
|
boolean |
hasZip()
Checks whether the 'zip' field has been set.
|
Address.Builder |
setAppno(String value)
Sets the value of the 'appno' field.
|
Address.Builder |
setCity(String value)
Sets the value of the 'city' field.
|
Address.Builder |
setNum(int value)
Sets the value of the 'num' field.
|
Address.Builder |
setState(String value)
Sets the value of the 'state' field.
|
Address.Builder |
setStreet(String value)
Sets the value of the 'street' field.
|
Address.Builder |
setZip(String value)
Sets the value of the 'zip' field.
|
public int getNum()
public Address.Builder setNum(int value)
value
- The value of 'num'.public boolean hasNum()
public Address.Builder clearNum()
public String getStreet()
public Address.Builder setStreet(String value)
value
- The value of 'street'.public boolean hasStreet()
public Address.Builder clearStreet()
public String getCity()
public Address.Builder setCity(String value)
value
- The value of 'city'.public boolean hasCity()
public Address.Builder clearCity()
public String getState()
public Address.Builder setState(String value)
value
- The value of 'state'.public boolean hasState()
public Address.Builder clearState()
public String getZip()
public Address.Builder setZip(String value)
value
- The value of 'zip'.public boolean hasZip()
public Address.Builder clearZip()
public String getAppno()
public Address.Builder setAppno(String value)
value
- The value of 'appno'.public boolean hasAppno()
public Address.Builder clearAppno()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.