Class XmlConstraint
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraint
- All Implemented Interfaces:
- 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 SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected XmlBlockTypeprotected XmlMessageprotected Stringprotected XmlMessageprotected XmlMessageprotected XmlStatusprotected XmlMessage
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the additionalInfo property.Gets the value of the blockType property.getError()Gets the value of the error property.getId()Gets the value of the id property.getInfo()Gets the value of the info property.getName()Gets the value of the name property.Gets the value of the status property.Gets the value of the warning property.voidsetAdditionalInfo(String value) Sets the value of the additionalInfo property.voidsetBlockType(XmlBlockType value) Sets the value of the blockType property.voidsetError(XmlMessage value) Sets the value of the error property.voidSets the value of the id property.voidsetInfo(XmlMessage value) Sets the value of the info property.voidsetName(XmlMessage value) Sets the value of the name property.voidSets the value of the status property.voidsetWarning(XmlMessage value) Sets the value of the warning property.
- 
Field Details- 
name
- 
status
- 
error
- 
warning
- 
info
- 
additionalInfo
- 
id
- 
blockType
 
- 
- 
Constructor Details- 
XmlConstraintpublic XmlConstraint()
 
- 
- 
Method Details- 
getNameGets the value of the name property.- Returns:
- possible object is
     XmlMessage
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- XmlMessage
 
- 
getStatus
- 
setStatus
- 
getErrorGets the value of the error property.- Returns:
- possible object is
     XmlMessage
 
- 
setErrorSets the value of the error property.- Parameters:
- value- allowed object is- XmlMessage
 
- 
getWarningGets the value of the warning property.- Returns:
- possible object is
     XmlMessage
 
- 
setWarningSets the value of the warning property.- Parameters:
- value- allowed object is- XmlMessage
 
- 
getInfoGets the value of the info property.- Returns:
- possible object is
     XmlMessage
 
- 
setInfoSets the value of the info property.- Parameters:
- value- allowed object is- XmlMessage
 
- 
getAdditionalInfo
- 
setAdditionalInfo
- 
getId
- 
setId
- 
getBlockTypeGets the value of the blockType property.- Returns:
- possible object is
     XmlBlockType
 
- 
setBlockTypeSets the value of the blockType property.- Parameters:
- value- allowed object is- XmlBlockType
 
 
-