Class XmlConstraint

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraint
All Implemented Interfaces:
Serializable

public class XmlConstraint extends Object implements Serializable

Java class for Constraint complex type.

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

 <complexType name="Constraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://dss.esig.europa.eu/validation/detailed-report}Message"/>
         <element name="Status" type="{http://dss.esig.europa.eu/validation/detailed-report}Status"/>
         <element name="Error" type="{http://dss.esig.europa.eu/validation/detailed-report}Message" minOccurs="0"/>
         <element name="Warning" type="{http://dss.esig.europa.eu/validation/detailed-report}Message" minOccurs="0"/>
         <element name="Info" type="{http://dss.esig.europa.eu/validation/detailed-report}Message" minOccurs="0"/>
         <element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="BlockType" type="{http://dss.esig.europa.eu/validation/detailed-report}BlockType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlConstraint

      public XmlConstraint()
  • Method Details

    • getName

      public XmlMessage getName()
      Gets the value of the name property.
      Returns:
      possible object is XmlMessage
    • setName

      public void setName(XmlMessage value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is XmlMessage
    • getStatus

      public XmlStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is XmlStatus
    • setStatus

      public void setStatus(XmlStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is XmlStatus
    • getError

      public XmlMessage getError()
      Gets the value of the error property.
      Returns:
      possible object is XmlMessage
    • setError

      public void setError(XmlMessage value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is XmlMessage
    • getWarning

      public XmlMessage getWarning()
      Gets the value of the warning property.
      Returns:
      possible object is XmlMessage
    • setWarning

      public void setWarning(XmlMessage value)
      Sets the value of the warning property.
      Parameters:
      value - allowed object is XmlMessage
    • getInfo

      public XmlMessage getInfo()
      Gets the value of the info property.
      Returns:
      possible object is XmlMessage
    • setInfo

      public void setInfo(XmlMessage value)
      Sets the value of the info property.
      Parameters:
      value - allowed object is XmlMessage
    • getAdditionalInfo

      public String getAdditionalInfo()
      Gets the value of the additionalInfo property.
      Returns:
      possible object is String
    • setAdditionalInfo

      public void setAdditionalInfo(String value)
      Sets the value of the additionalInfo property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getBlockType

      public XmlBlockType getBlockType()
      Gets the value of the blockType property.
      Returns:
      possible object is XmlBlockType
    • setBlockType

      public void setBlockType(XmlBlockType value)
      Sets the value of the blockType property.
      Parameters:
      value - allowed object is XmlBlockType