Class Exception.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_bp.ebbp_signals_2.SignalIdentificationInformation.Selector<TRoot,TParent>
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
Exception.Select
- Enclosing class:
- Exception
public static class Exception.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> extends SignalIdentificationInformation.Selector<TRoot,TParent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.kscs.util.jaxb.Selector<TRoot,Exception.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,Exception.Selector<TRoot,TParent>>exceptionMessage()Exception.ExceptionType.Selector<TRoot,Exception.Selector<TRoot,TParent>>exceptionType()com.kscs.util.jaxb.Selector<TRoot,Exception.Selector<TRoot,TParent>>reason()-
Methods inherited from class org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation.Selector
businessActivityIdentifier, collaborationIdentifier, fromPartyInfo, fromRole, originalDocumentIdentifier, originalMessageDateTime, originalMessageIdentifier, processSpecificationInfo, thisMessageDateTime, toPartyInfo, toRole
-
-
-
-
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- Overrides:
buildChildrenin classSignalIdentificationInformation.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>- Returns:
- A map representing the child nodes of this selector
-
exceptionType
public Exception.ExceptionType.Selector<TRoot,Exception.Selector<TRoot,TParent>> exceptionType()
-
reason
public com.kscs.util.jaxb.Selector<TRoot,Exception.Selector<TRoot,TParent>> reason()
-
exceptionMessage
public com.kscs.util.jaxb.Selector<TRoot,Exception.Selector<TRoot,TParent>> exceptionMessage()
-
any
public com.kscs.util.jaxb.Selector<TRoot,Exception.Selector<TRoot,TParent>> any()
-
-