| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.ValidationIssue |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| messageId | |||||||||||
| propertyName | |||||||||||
| type | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the messageId property.
| |||||||||||
Gets the value of the propertyName property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the messageId property.
| |||||||||||
Sets the value of the propertyName property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the messageId property.
Gets the value of the propertyName property.
Gets the value of the type property.
ValidationIssueType
Gets the value of the value property.
Sets the value of the messageId property.
| value | Allowed object is String |
|---|
Sets the value of the propertyName property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
ValidationIssueType
|
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|