fr.etai.xat2v2.obj
Class PrivateList

java.lang.Object
  extended by fr.etai.xat2v2.obj.PrivateList
All Implemented Interfaces:
Serializable

public class PrivateList
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

PrivateList

public PrivateList()
Method Detail

getClientPrivateDataList

public List<Classification> getClientPrivateDataList()
Gets the value of the clientPrivateDataList property.

Returns:
possible object is ClassificationListType

setClientPrivateDataList

public void setClientPrivateDataList(List<Classification> value)
Sets the value of the clientPrivateDataList property.

Parameters:
value - allowed object is ClassificationListType

addClientPrivateData

public void addClientPrivateData(Classification privateData)

getServerPrivateDataList

public List<Classification> getServerPrivateDataList()
Gets the value of the serverPrivateDataList property.

Returns:
possible object is ClassificationListType

setServerPrivateDataList

public void setServerPrivateDataList(List<Classification> value)
Sets the value of the serverPrivateDataList property.

Parameters:
value - allowed object is ClassificationListType

addServerPrivateData

public void addServerPrivateData(Classification privateData)


Copyright © 2012. All Rights Reserved.