Class XmlIssuerEntityKey
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlIssuerEntityKey
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.boolean
isKey()
Gets the value of the key property.boolean
Gets the value of the subjectName property.void
setKey
(boolean value) Sets the value of the key property.void
setSubjectName
(boolean value) Sets the value of the subjectName property.void
Sets the value of the value property.
-
Field Details
-
value
-
key
protected boolean key -
subjectName
protected boolean subjectName
-
-
Constructor Details
-
XmlIssuerEntityKey
public XmlIssuerEntityKey()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
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.
-