Class ValidationEventImpl
public class ValidationEventImpl : ValidationEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IValidationEvent
- Inheritance
-
ValidationEventImpl
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ValidationEventImpl(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ValidationEventImpl(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
ValidationEventImpl(int, String, ValidationEventLocator)
public ValidationEventImpl(int arg0, String arg1, ValidationEventLocator arg2)
Parameters
arg0intarg1Stringarg2ValidationEventLocator
ValidationEventImpl(int, String, ValidationEventLocator, Throwable)
public ValidationEventImpl(int arg0, String arg1, ValidationEventLocator arg2, Throwable arg3)
Parameters
arg0intarg1Stringarg2ValidationEventLocatorarg3Throwable
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LinkedException
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#getLinkedException-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#setLinkedException-java.lang.Throwable-
public Throwable LinkedException { get; set; }
Property Value
Locator
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#getLocator-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#setLocator-javax.xml.bind.ValidationEventLocator-
public ValidationEventLocator Locator { get; set; }
Property Value
Message
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#getMessage-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#setMessage-java.lang.String-
public String Message { get; set; }
Property Value
Severity
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#getSeverity-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventImpl.html#setSeverity-int-
public int Severity { get; set; }
Property Value
Methods
CreatePoolableInstance(int, String, ValidationEventLocator)
HPA initializer for ValidationEventImpl(int arg0, Java.Lang.String arg1, Javax.Xml.Bind.ValidationEventLocator arg2)
public static ValidationEventImpl CreatePoolableInstance(int arg0, String arg1, ValidationEventLocator arg2)
Parameters
arg0intarg1Stringarg2ValidationEventLocator
Returns
CreatePoolableInstance(int, String, ValidationEventLocator, Throwable)
HPA initializer for ValidationEventImpl(int arg0, Java.Lang.String arg1, Javax.Xml.Bind.ValidationEventLocator arg2, Java.Lang.Throwable arg3)
public static ValidationEventImpl CreatePoolableInstance(int arg0, String arg1, ValidationEventLocator arg2, Throwable arg3)
Parameters
arg0intarg1Stringarg2ValidationEventLocatorarg3Throwable