fr.etai.xat2v2.obj
Class Transport

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

public class Transport
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Transport

public Transport()
Method Detail

getDialogList

public List<Classification> getDialogList()
Gets the value of the dialogList property.

Returns:
possible object is ClassificationListType

setDialogList

public void setDialogList(List<Classification> value)
Sets the value of the dialogList property.

Parameters:
value - allowed object is ClassificationListType

addDialog

public void addDialog(Classification dialog)

getSecurityList

public List<Classification> getSecurityList()
Gets the value of the securityList property.

Returns:
possible object is ClassificationListType

setSecurityList

public void setSecurityList(List<Classification> value)
Sets the value of the securityList property.

Parameters:
value - allowed object is ClassificationListType

addSecurity

public void addSecurity(Classification security)

getDateList

public List<ExplicitDate> getDateList()
Gets the value of the dateList property.

Returns:
possible object is DateListType

setDateList

public void setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.

Parameters:
value - allowed object is DateListType

addDate

public void addDate(ExplicitDate date)

getPartner

public Partner getPartner()
Gets the value of the partner property.

Returns:
possible object is Partner

setPartner

public void setPartner(Partner value)
Sets the value of the partner property.

Parameters:
value - allowed object is Partner

getActionList

public List<Action> getActionList()
Gets the value of the actionList property.

Returns:
possible object is ActionListType

setActionList

public void setActionList(List<Action> value)
Sets the value of the actionList property.

Parameters:
value - allowed object is ActionListType

addAction

public void addAction(Action action)

getAdminList

public List<Classification> getAdminList()
Gets the value of the adminList property.

Returns:
possible object is ClassificationListType

setAdminList

public void setAdminList(List<Classification> value)
Sets the value of the adminList property.

Parameters:
value - allowed object is AdminListType

addAdmin

public void addAdmin(Classification admin)

getMessageList

public List<Message> getMessageList()
Gets the value of the messageList property.

Returns:
possible object is MessageListType

setMessageList

public void setMessageList(List<Message> value)
Sets the value of the messageList property.

Parameters:
value - allowed object is MessageListType

addMessage

public void addMessage(Message message)


Copyright © 2012. All Rights Reserved.