Class SignalMessage.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.SignalMessage.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
SignalMessage.Select
- Enclosing class:
- SignalMessage
public static class SignalMessage.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,SignalMessage.Selector<TRoot,TParent>>any()Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailsError.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>>error()MessageInfo.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>>messageInfo()PullRequest.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>>pullRequest()Receipt.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>>receipt()
-
-
-
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
-
messageInfo
public MessageInfo.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>> messageInfo()
-
pullRequest
public PullRequest.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>> pullRequest()
-
receipt
public Receipt.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>> receipt()
-
error
public Error.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>> error()
-
any
public com.kscs.util.jaxb.Selector<TRoot,SignalMessage.Selector<TRoot,TParent>> any()
-
-