|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.PrivateList
public class PrivateList
PrivateData is a String which is private to the owner.
Java class for PrivateDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="client-private-data-list" type="{http://xat2.etai.fr}PrivateDataListType" minOccurs="0" maxOccurs="1"/>
<element name="server-private-data-list" type="{http://xat2.etai.fr}PrivateDataListType" minOccurs="0" maxOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PrivateList()
|
|
| Method Summary | |
|---|---|
void |
addClientPrivateData(Classification privateData)
|
void |
addServerPrivateData(Classification privateData)
|
List<Classification> |
getClientPrivateDataList()
Gets the value of the clientPrivateDataList property. |
List<Classification> |
getServerPrivateDataList()
Gets the value of the serverPrivateDataList property. |
void |
setClientPrivateDataList(List<Classification> value)
Sets the value of the clientPrivateDataList property. |
void |
setServerPrivateDataList(List<Classification> value)
Sets the value of the serverPrivateDataList property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrivateList()
| Method Detail |
|---|
public List<Classification> getClientPrivateDataList()
ClassificationListType public void setClientPrivateDataList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClientPrivateData(Classification privateData)
public List<Classification> getServerPrivateDataList()
ClassificationListType public void setServerPrivateDataList(List<Classification> value)
value - allowed object is
ClassificationListType public void addServerPrivateData(Classification privateData)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||