Class XmlTSAGeneralName
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTSAGeneralName
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.boolean
Gets the value of the contentMatch property.boolean
Gets the value of the orderMatch property.void
setContentMatch
(boolean value) Sets the value of the contentMatch property.void
setOrderMatch
(boolean value) Sets the value of the orderMatch property.void
Sets the value of the value property.
-
Field Details
-
value
-
contentMatch
protected boolean contentMatch -
orderMatch
protected boolean orderMatch
-
-
Constructor Details
-
XmlTSAGeneralName
public XmlTSAGeneralName()
-
-
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
-
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.
-