Issue

Inheritance: java.lang.Object

public class Issue

Represents a single validation issue in the document.

Constructors

ConstructorDescription
Issue()Constructor

Methods

MethodDescription
equals(Object arg0)
getClass()
getID()Specifies the unique identifier of the validation issue.
getIgnored()Specifies whether the validation issue is currently ignored.
getIssueTarget()Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that the parent validation issue is associated with.
getRuleInfo()Specifies information about the validation rule that the parent validation issue pertains to.
hashCode()
notify()
notifyAll()
setID(long value)For the description of this property, please see getID()
setIgnored(int value)For the description of this property, please see getIgnored()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Issue()

public Issue()

Constructor

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getID()

public long getID()

Specifies the unique identifier of the validation issue.

Returns: long

getIgnored()

public int getIgnored()

Specifies whether the validation issue is currently ignored. The default is False.

Returns: int

getIssueTarget()

public IssueTarget getIssueTarget()

Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that the parent validation issue is associated with. If the target of the parent validation issue is a document, IssueTarget specifies neither a page nor a shape.

Returns: IssueTarget

getRuleInfo()

public RuleInfo getRuleInfo()

Specifies information about the validation rule that the parent validation issue pertains to.

Returns: RuleInfo

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setID(long value)

public void setID(long value)

For the description of this property, please see getID()

Parameters:

ParameterTypeDescription
valuelong

setIgnored(int value)

public void setIgnored(int value)

For the description of this property, please see getIgnored()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int