Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error
-
Packages that use Error Package Description org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of Error in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Fields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 declared as Error Modifier and Type Field Description protected ErrorError.Builder. _storedValueFields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type Error Modifier and Type Field Description protected List<Error>SignalMessage. errorMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type Error Modifier and Type Method Description protected <_P extends Error>
_PError.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return Error Modifier and Type Method Description ErrorError.Builder. build()ErrorObjectFactory. createError()Create an instance ofErrorMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type Error Modifier and Type Method Description List<Error>SignalMessage. getError()Gets the value of the error property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type Error Modifier and Type Method Description SignalMessage.Builder<_B>SignalMessage.Builder. addError(Error... error)Adds the given items to the value of "error"static Error.Builder<Void>Error. copyExcept(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Error.Builder<_B>Error.Builder. copyOf(Error _other)static <_B> Error.Builder<_B>Error. copyOf(Error _other)static <_B> Error.Builder<_B>Error. copyOf(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Error.Builder<Void>Error. copyOnly(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignalMessage.Builder<_B>SignalMessage.Builder. withError(Error... error)Sets the new value of "error" (any previous value will be replaced)Method parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type Error Modifier and Type Method Description SignalMessage.Builder<_B>SignalMessage.Builder. addError(Iterable<? extends Error> error)Adds the given items to the value of "error"SignalMessage.Builder<_B>SignalMessage.Builder. withError(Iterable<? extends Error> error)Sets the new value of "error" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type Error Constructor Description Builder(_B _parentBuilder, Error _other, boolean _copy)Builder(_B _parentBuilder, Error _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-