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