public class XmlCertifiedRole extends Object
Java class for CertifiedRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertifiedRole">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertifiedRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
<attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
certifiedRole |
protected Date |
notAfter |
protected Date |
notBefore |
| Constructor and Description |
|---|
XmlCertifiedRole() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getCertifiedRole()
Gets the value of the certifiedRole property.
|
Date |
getNotAfter()
Gets the value of the notAfter property.
|
Date |
getNotBefore()
Gets the value of the notBefore property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCertifiedRole(String value)
Sets the value of the certifiedRole property.
|
void |
setNotAfter(Date value)
Sets the value of the notAfter property.
|
void |
setNotBefore(Date value)
Sets the value of the notBefore property.
|
protected String certifiedRole
protected Date notAfter
protected Date notBefore
protected String category
public String getCertifiedRole()
Stringpublic void setCertifiedRole(String value)
value - allowed object is
Stringpublic Date getNotAfter()
Stringpublic void setNotAfter(Date value)
value - allowed object is
Stringpublic Date getNotBefore()
Stringpublic void setNotBefore(Date value)
value - allowed object is
Stringpublic String getCategory()
StringCopyright © 2018. All rights reserved.