Class XmlIssuerEntityKey

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

public class XmlIssuerEntityKey extends Object implements Serializable

Java class for IssuerEntityKey complex type.

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

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

    • value

      protected String value
    • key

      protected boolean key
    • subjectName

      protected boolean subjectName
  • Constructor Details

    • XmlIssuerEntityKey

      public XmlIssuerEntityKey()
  • 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
    • isKey

      public boolean isKey()
      Gets the value of the key property.
    • setKey

      public void setKey(boolean value)
      Sets the value of the key property.
    • isSubjectName

      public boolean isSubjectName()
      Gets the value of the subjectName property.
    • setSubjectName

      public void setSubjectName(boolean value)
      Sets the value of the subjectName property.