|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.xmlbind.params.Named
public class Named
Represents an entity with a name and zero or several properties.
Field Summary | |
---|---|
protected String |
name
|
protected PropertiesParams |
properties
|
Constructor Summary | |
---|---|
Named()
|
Method Summary | |
---|---|
String |
getName()
Gets the value of the name property. |
PropertiesParams |
getProperties()
Gets the value of the properties property. |
boolean |
isSetName()
|
boolean |
isSetProperties()
|
void |
setName(String value)
Sets the value of the name property. |
void |
setProperties(PropertiesParams value)
Sets the value of the properties property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PropertiesParams properties
protected String name
Constructor Detail |
---|
public Named()
Method Detail |
---|
public PropertiesParams getProperties()
PropertiesParams
public void setProperties(PropertiesParams value)
value
- allowed object is
PropertiesParams
public boolean isSetProperties()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |