Class XmlTSAGeneralName

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

public class XmlTSAGeneralName extends Object implements Serializable

Java class for TSAGeneralName complex type.

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

 <complexType name="TSAGeneralName">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="contentMatch" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="orderMatch" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected String value
    • contentMatch

      protected boolean contentMatch
    • orderMatch

      protected boolean orderMatch
  • Constructor Details

    • XmlTSAGeneralName

      public XmlTSAGeneralName()
  • 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
    • isContentMatch

      public boolean isContentMatch()
      Gets the value of the contentMatch property.
    • setContentMatch

      public void setContentMatch(boolean value)
      Sets the value of the contentMatch property.
    • isOrderMatch

      public boolean isOrderMatch()
      Gets the value of the orderMatch property.
    • setOrderMatch

      public void setOrderMatch(boolean value)
      Sets the value of the orderMatch property.