public interface Address extends Cloneable, Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName() |
URI |
getURI() |
int |
hashCode() |
boolean |
isWildcard() |
void |
setDisplayName(String displayName) |
void |
setURI(URI uri) |
String |
toString() |
void setDisplayName(String displayName) throws ParseException
ParseExceptionString getDisplayName()
void setURI(URI uri)
URI getURI()
boolean isWildcard()
Object clone()
Copyright © 2016. All rights reserved.