Module jpms_dss_diagnostic_data
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.PdfObjectModificationTypeGets 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.voidsetAction(eu.europa.esig.dss.enumerations.PdfObjectModificationType value) Sets the value of the action property.voidsetFieldName(String value) Sets the value of the fieldName property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
value
-
action
protected eu.europa.esig.dss.enumerations.PdfObjectModificationType 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
public eu.europa.esig.dss.enumerations.PdfObjectModificationType getAction()Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
public void setAction(eu.europa.esig.dss.enumerations.PdfObjectModificationType value) 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
-