Package org.cxml
Class CertificateInfo
java.lang.Object
org.cxml.CertificateInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the isRequired property.voidsetIdReference(IdReference value) Sets the value of the idReference property.voidsetIsRequired(String value) Sets the value of the isRequired property.
-
Field Details
-
isRequired
-
idReference
-
-
Constructor Details
-
CertificateInfo
public CertificateInfo()
-
-
Method Details
-
getIsRequired
Gets the value of the isRequired property.- Returns:
- possible object is
String
-
setIsRequired
Sets the value of the isRequired property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-