Class Messaging.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
- java.lang.Object
-
- com.kscs.util.jaxb.Selector<TRoot,TParent>
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Messaging.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
Messaging.Select
- Enclosing class:
- Messaging
public static class Messaging.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> extends com.kscs.util.jaxb.Selector<TRoot,TParent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>>any()Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailscom.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>>id()com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>>mustUnderstand()com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>>mustUnderstand12()SignalMessage.Selector<TRoot,Messaging.Selector<TRoot,TParent>>signalMessage()UserMessage.Selector<TRoot,Messaging.Selector<TRoot,TParent>>userMessage()
-
-
-
Method Detail
-
buildChildren
public Map<String,com.kscs.util.jaxb.PropertyTree> buildChildren()
Description copied from class:com.kscs.util.jaxb.SelectorThis is only used by builders and other implementational details
-
signalMessage
public SignalMessage.Selector<TRoot,Messaging.Selector<TRoot,TParent>> signalMessage()
-
userMessage
public UserMessage.Selector<TRoot,Messaging.Selector<TRoot,TParent>> userMessage()
-
any
public com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>> any()
-
id
public com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>> id()
-
mustUnderstand
public com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>> mustUnderstand()
-
mustUnderstand12
public com.kscs.util.jaxb.Selector<TRoot,Messaging.Selector<TRoot,TParent>> mustUnderstand12()
-
-