| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Transport
public class Transport
New element of the v2 schema.
Java class for TransportType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TransportType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dialog-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="security-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
         <element name="partner" type="{http://xat2.etai.fr}PartnerType"/>
         <element name="action-list" type="{http://xat2.etai.fr}ActionListType" minOccurs="0"/>
         <element name="admin-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="message-list" type="{http://xat2.etai.fr}MessageListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
Transport()
 | 
|
| Method Summary | |
|---|---|
 void | 
addAction(Action action)
 | 
 void | 
addAdmin(Classification admin)
 | 
 void | 
addDate(ExplicitDate date)
 | 
 void | 
addDialog(Classification dialog)
 | 
 void | 
addMessage(Message message)
 | 
 void | 
addSecurity(Classification security)
 | 
 List<Action> | 
getActionList()
Gets the value of the actionList property.  | 
 List<Classification> | 
getAdminList()
Gets the value of the adminList property.  | 
 List<ExplicitDate> | 
getDateList()
Gets the value of the dateList property.  | 
 List<Classification> | 
getDialogList()
Gets the value of the dialogList property.  | 
 List<Message> | 
getMessageList()
Gets the value of the messageList property.  | 
 Partner | 
getPartner()
Gets the value of the partner property.  | 
 List<Classification> | 
getSecurityList()
Gets the value of the securityList property.  | 
 void | 
setActionList(List<Action> value)
Sets the value of the actionList property.  | 
 void | 
setAdminList(List<Classification> value)
Sets the value of the adminList property.  | 
 void | 
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.  | 
 void | 
setDialogList(List<Classification> value)
Sets the value of the dialogList property.  | 
 void | 
setMessageList(List<Message> value)
Sets the value of the messageList property.  | 
 void | 
setPartner(Partner value)
Sets the value of the partner property.  | 
 void | 
setSecurityList(List<Classification> value)
Sets the value of the securityList property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Transport()
| Method Detail | 
|---|
public List<Classification> getDialogList()
ClassificationListType public void setDialogList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addDialog(Classification dialog)
public List<Classification> getSecurityList()
ClassificationListType public void setSecurityList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addSecurity(Classification security)
public List<ExplicitDate> getDateList()
DateListType public void setDateList(List<ExplicitDate> value)
value - allowed object is
     DateListType public void addDate(ExplicitDate date)
public Partner getPartner()
Partnerpublic void setPartner(Partner value)
value - allowed object is
     Partnerpublic List<Action> getActionList()
ActionListType public void setActionList(List<Action> value)
value - allowed object is
     ActionListType public void addAction(Action action)
public List<Classification> getAdminList()
ClassificationListType public void setAdminList(List<Classification> value)
value - allowed object is
     AdminListType public void addAdmin(Classification admin)
public List<Message> getMessageList()
MessageListType public void setMessageList(List<Message> value)
value - allowed object is
     MessageListType public void addMessage(Message message)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||