Class XmlOID
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlOID
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlCertificatePolicy
public class XmlOID extends Object implements Serializable
Java class for OID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OID"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Description" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description XmlOID()
-
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetValue()Gets the value of the value property.voidsetDescription(String value)Sets the value of the description property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
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 isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-