Class Error.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.Error.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
Error.Select
- Enclosing class:
- Error
public static class Error.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 Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailscom.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>category()Description.Selector<TRoot,Error.Selector<TRoot,TParent>>description()com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>errorCode()com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>errorDetail()com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>origin()com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>refToMessageInError()com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>severity()com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>>shortDescription()
-
-
-
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
-
description
public Description.Selector<TRoot,Error.Selector<TRoot,TParent>> description()
-
errorDetail
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> errorDetail()
-
category
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> category()
-
refToMessageInError
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> refToMessageInError()
-
errorCode
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> errorCode()
-
origin
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> origin()
-
severity
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> severity()
-
shortDescription
public com.kscs.util.jaxb.Selector<TRoot,Error.Selector<TRoot,TParent>> shortDescription()
-
-