ADDRESS_LINES_SLOT, AUTHORIZED_NAME_SLOT, OPERATOR_SLOT, SORT_CODE_SLOT| Constructor and Description |
|---|
SlotImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Slots can be used in Collections but the spec does not define equals()
We define two slots with the same name as being equal as the spec says
name is unique within the scope of the RegistryObject.
|
String |
getName() |
String |
getSlotType() |
Collection<String> |
getValues() |
int |
hashCode() |
void |
setName(String s) |
void |
setSlotType(String s) |
void |
setValues(Collection collection) |
public String getName() throws JAXRException
getName in interface SlotJAXRExceptionpublic String getSlotType() throws JAXRException
getSlotType in interface SlotJAXRExceptionpublic Collection<String> getValues() throws JAXRException
getValues in interface SlotJAXRExceptionpublic void setName(String s) throws JAXRException
setName in interface SlotJAXRExceptionpublic void setSlotType(String s) throws JAXRException
setSlotType in interface SlotJAXRExceptionpublic void setValues(Collection collection) throws JAXRException
setValues in interface SlotJAXRExceptionpublic boolean equals(Object o)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.