Class XmlObjectModifications

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

public class XmlObjectModifications extends Object implements Serializable

Java class for ObjectModifications complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObjectModifications">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ExtensionChange" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectModification" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SignatureOrFormFill" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectModification" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AnnotationChange" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectModification" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Undefined" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectModification" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlObjectModifications

      public XmlObjectModifications()
  • Method Details

    • getExtensionChanges

      public List<XmlObjectModification> getExtensionChanges()
      Gets the value of the extensionChanges property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the extensionChanges property.

      For example, to add a new item, do as follows:

          getExtensionChanges().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlObjectModification

    • getSignatureOrFormFill

      public List<XmlObjectModification> getSignatureOrFormFill()
      Gets the value of the signatureOrFormFill property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the signatureOrFormFill property.

      For example, to add a new item, do as follows:

          getSignatureOrFormFill().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlObjectModification

    • getAnnotationChanges

      public List<XmlObjectModification> getAnnotationChanges()
      Gets the value of the annotationChanges property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the annotationChanges property.

      For example, to add a new item, do as follows:

          getAnnotationChanges().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlObjectModification

    • getUndefined

      public List<XmlObjectModification> getUndefined()
      Gets the value of the undefined property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the undefined property.

      For example, to add a new item, do as follows:

          getUndefined().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlObjectModification