|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Xat2
public class Xat2
This is the main object handled by the partners of a Xat2 session.
Java class for Xat2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Xat2Type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/> <element name="version-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="message-list" type="{http://xat2.etai.fr}MessageListType" minOccurs="0"/> <element name="uri-list" type="{http://xat2.etai.fr}UriServiceListType" minOccurs="0"/> <element name="session-context" type="{http://xat2.etai.fr}SessionContextType" minOccurs="0"/> <element name="shuttle" type="{http://xat2.etai.fr}ShuttleType" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message-id" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="correlation-id" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Xat2()
|
Method Summary | |
---|---|
void |
addDate(ExplicitDate date)
|
void |
addMessage(Message message)
|
void |
addUri(AttributedURI uri)
|
void |
addVersion(Classification version)
|
void |
beforeMarshal(Marshaller m)
|
String |
getCorrelationId()
Gets the value of the correlationId property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
String |
getMessageId()
Gets the value of the messageId property. |
List<Message> |
getMessageList()
Gets the value of the messageList property. |
Sequence |
getSequence()
|
SessionContext |
getSessionContext()
Gets the value of the sessionContext property. |
Shuttle |
getShuttle()
Gets the value of the shuttle property. |
List<AttributedURI> |
getUriList()
Gets the value of the uriList property. |
String |
getVersion()
Gets the value of the version property. |
List<Classification> |
getVersionList()
Gets the value of the versionList property. |
void |
setCorrelationId(String value)
Sets the value of the correlationId property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setMessageId(String value)
Sets the value of the messageId property. |
void |
setMessageList(List<Message> value)
Sets the value of the messageList property. |
void |
setSequence(Sequence sequence)
|
void |
setSessionContext(SessionContext value)
Sets the value of the sessionContext property. |
void |
setShuttle(Shuttle value)
Sets the value of the shuttle property. |
void |
setUriList(List<AttributedURI> value)
Sets the value of the uriList property. |
void |
setVersion(String value)
Sets the value of the version property. |
void |
setVersionList(List<Classification> value)
Sets the value of the versionList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Xat2()
Method Detail |
---|
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public List<Classification> getVersionList()
ClassificationListType
public void setVersionList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addVersion(Classification version)
public List<Message> getMessageList()
MessageListType
public void setMessageList(List<Message> value)
value
- allowed object is
MessageListType
public void addMessage(Message message)
public List<AttributedURI> getUriList()
UriServiceListType
public void setUriList(List<AttributedURI> value)
value
- allowed object is
UriServiceListType
public void addUri(AttributedURI uri)
public SessionContext getSessionContext()
SessionContext
public void setSessionContext(SessionContext value)
value
- allowed object is
SessionContext
public Shuttle getShuttle()
Shuttle
public void setShuttle(Shuttle value)
value
- allowed object is
Shuttle
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getMessageId()
String
public void setMessageId(String value)
value
- allowed object is
String
public String getCorrelationId()
String
public void setCorrelationId(String value)
value
- allowed object is
String
public void beforeMarshal(Marshaller m)
public Sequence getSequence()
public void setSequence(Sequence sequence)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |