Class XmlObjectModification

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlObjectModification
All Implemented Interfaces:
Serializable

public class XmlObjectModification extends Object implements 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 Details

  • Constructor Details

    • XmlObjectModification

      public XmlObjectModification()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getAction

      public PdfObjectModificationType getAction()
      Gets the value of the action property.
      Returns:
      possible object is String
    • setAction

      public void setAction(PdfObjectModificationType value)
      Sets the value of the action property.
      Parameters:
      value - allowed object is String
    • getFieldName

      public String getFieldName()
      Gets the value of the fieldName property.
      Returns:
      possible object is String
    • setFieldName

      public void setFieldName(String value)
      Sets the value of the fieldName property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String