|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.nip.async.generic.Get
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class Get
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Origin" type="{urn:be:cin:mycarenet:esb:common:v2}OrigineType"/> <element name="Reply-to-etk" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="QueryParameters" type="{urn:be:cin:nip:async:generic}QueryParameters" minOccurs="0"/> <element name="MsgQuery" type="{urn:be:cin:nip:async:generic}MsgQuery"/> <element name="TAckQuery" type="{urn:be:cin:nip:async:generic}Query"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Get()
|
Method Summary | |
---|---|
MsgQuery |
getMsgQuery()
Gets the value of the msgQuery property. |
OrigineType |
getOrigin()
Gets the value of the origin property. |
QueryParameters |
getQueryParameters()
Gets the value of the queryParameters property. |
byte[] |
getReplyToEtk()
Gets the value of the replyToEtk property. |
Query |
getTAckQuery()
Gets the value of the tAckQuery property. |
void |
setMsgQuery(MsgQuery value)
Sets the value of the msgQuery property. |
void |
setOrigin(OrigineType value)
Sets the value of the origin property. |
void |
setQueryParameters(QueryParameters value)
Sets the value of the queryParameters property. |
void |
setReplyToEtk(byte[] value)
Sets the value of the replyToEtk property. |
void |
setTAckQuery(Query value)
Sets the value of the tAckQuery property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Get()
Method Detail |
---|
public OrigineType getOrigin()
OrigineType
public void setOrigin(OrigineType value)
value
- allowed object is
OrigineType
public byte[] getReplyToEtk()
public void setReplyToEtk(byte[] value)
value
- allowed object is
byte[]public QueryParameters getQueryParameters()
QueryParameters
public void setQueryParameters(QueryParameters value)
value
- allowed object is
QueryParameters
public MsgQuery getMsgQuery()
MsgQuery
public void setMsgQuery(MsgQuery value)
value
- allowed object is
MsgQuery
public Query getTAckQuery()
Query
public void setTAckQuery(Query value)
value
- allowed object is
Query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |