public class

ValidationIssue

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.ValidationIssue

Class Overview

Java class for ValidationIssue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValidationIssue">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="type" use="required" type="{http://core.datamodel.fs.documentum.emc.com/}ValidationIssueType" />
       <attribute name="propertyName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="messageId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Fields
protected String messageId
protected String propertyName
protected ValidationIssueType type
protected String value
Public Constructors
ValidationIssue()
Public Methods
String getMessageId()
Gets the value of the messageId property.
String getPropertyName()
Gets the value of the propertyName property.
ValidationIssueType getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setMessageId(String value)
Sets the value of the messageId property.
void setPropertyName(String value)
Sets the value of the propertyName property.
void setType(ValidationIssueType value)
Sets the value of the type property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String messageId

protected String propertyName

protected ValidationIssueType type

protected String value

Public Constructors

public ValidationIssue ()

Public Methods

public String getMessageId ()

Gets the value of the messageId property.

Returns
  • possible object is String

public String getPropertyName ()

Gets the value of the propertyName property.

Returns
  • possible object is String

public ValidationIssueType getType ()

Gets the value of the type property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setMessageId (String value)

Sets the value of the messageId property.

Parameters
value Allowed object is String

public void setPropertyName (String value)

Sets the value of the propertyName property.

Parameters
value Allowed object is String

public void setType (ValidationIssueType value)

Sets the value of the type property.

Parameters
value Allowed object is ValidationIssueType

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String