public class Address extends MultiComplexNode
| Constructor and Description |
|---|
Address(String type,
Boolean primary,
String display,
String value,
String ref,
String formatted,
String streetAddress,
String locality,
String region,
String postalCode,
String country) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getCountry()
The country name component.
|
Optional<String> |
getFormatted()
The full mailing address, formatted for display or use with a mailing label.
|
Optional<String> |
getLocality()
The city or locality component.
|
Optional<String> |
getPostalCode()
The zip code or postal code component.
|
Optional<String> |
getRegion()
The state or region component.
|
Optional<String> |
getStreetAddress()
The full street address component, which may include house number, street name, P.O. box, and multi-line
extended street address information.
|
void |
setCountry(String country)
The country name component.
|
void |
setFormatted(String formatted)
The full mailing address, formatted for display or use with a mailing label.
|
void |
setLocality(String locality)
The city or locality component.
|
void |
setPostalCode(String postalCode)
The zip code or postal code component.
|
void |
setRegion(String region)
The state or region component.
|
void |
setStreetAddress(String streetAddress)
The full street address component, which may include house number, street name, P.O. box, and multi-line
extended street address information.
|
getDisplay, getRef, getType, getValue, isPrimary, setDisplay, setPrimary, setRef, setType, setValueaddAttribute, getArrayAttribute, getBooleanAttribute, getDateTimeAttribute, getDoubleAttribute, getIntegerAttribute, getLongAttribute, getObjectAttribute, getSimpleArrayAttribute, getSimpleArrayAttribute, getSimpleArrayAttributeSet, getSimpleArrayAttributeSet, getStringAttribute, getStringAttribute, isEmpty, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeList, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setStringAttributeList, setStringAttributeList, toPrettyString, toString_at, _childrenEqual, _put, asToken, deepCopy, elements, equals, equals, fieldNames, fields, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, isEmpty, isObject, path, path, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putArray, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, replace, required, retain, retain, serialize, serializeWithType, set, setAll, setAll, size, with, withArray, without, withoutarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, required, traverse, traverse_reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, require, requiredAt, requiredAt, requireNonNull, shortValue, textValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributeDescription, getAttributeName, getCanonicalValues, getMutability, getReferenceTypes, getReturned, getSchemaAttribute, getScimNodeName, getUniqueness, getValueType, isCaseExact, isMultiValued, isRequiredforEach, spliteratorpublic Optional<String> getFormatted()
public void setFormatted(String formatted)
public Optional<String> getStreetAddress()
public void setStreetAddress(String streetAddress)
public void setLocality(String locality)
public void setRegion(String region)
public void setPostalCode(String postalCode)
public Optional<String> getCountry()
public void setCountry(String country)
Copyright © 2020. All rights reserved.