Class XmlObjectModifications
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<XmlObjectModification> protected List<XmlObjectModification> protected List<XmlObjectModification> protected List<XmlObjectModification> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotationChanges property.Gets the value of the extensionChanges property.Gets the value of the signatureOrFormFill property.Gets the value of the undefined property.
-
Field Details
-
extensionChanges
-
signatureOrFormFill
-
annotationChanges
-
undefined
-
-
Constructor Details
-
XmlObjectModifications
public XmlObjectModifications()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
-