Class XmlObjectModification
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlObjectModification
- All Implemented Interfaces:
Serializable
Java class for ObjectModification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectModification"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="action" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectModificationType" /> <attribute name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the fieldName property.getType()
Gets the value of the type property.getValue()
Gets the value of the value property.void
Sets the value of the action property.void
setFieldName
(String value) Sets the value of the fieldName property.void
Sets the value of the type property.void
Sets the value of the value property.
-
Field Details
-
value
-
action
-
fieldName
-
type
-
-
Constructor Details
-
XmlObjectModification
public XmlObjectModification()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
Sets the value of the action property.- Parameters:
value
- allowed object isString
-
getFieldName
Gets the value of the fieldName property.- Returns:
- possible object is
String
-
setFieldName
Sets the value of the fieldName property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-