public class CertificateEnrollmentPolicy extends Object
Java class for CertificateEnrollmentPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateEnrollmentPolicy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="policyOIDReference" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cAs" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}CAReferenceCollection"/>
<element name="attributes" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}Attributes"/>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected Attributes |
attributes |
protected CAReferenceCollection |
cAs |
protected int |
policyOIDReference |
| Constructor and Description |
|---|
CertificateEnrollmentPolicy() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
Attributes |
getAttributes()
Gets the value of the attributes property.
|
CAReferenceCollection |
getCAs()
Gets the value of the cAs property.
|
int |
getPolicyOIDReference()
Gets the value of the policyOIDReference property.
|
void |
setAttributes(Attributes value)
Sets the value of the attributes property.
|
void |
setCAs(CAReferenceCollection value)
Sets the value of the cAs property.
|
void |
setPolicyOIDReference(int value)
Sets the value of the policyOIDReference property.
|
protected int policyOIDReference
protected CAReferenceCollection cAs
protected Attributes attributes
public int getPolicyOIDReference()
public void setPolicyOIDReference(int value)
public CAReferenceCollection getCAs()
CAReferenceCollectionpublic void setCAs(CAReferenceCollection value)
value - allowed object is
CAReferenceCollectionpublic Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
Attributespublic List<Object> getAny()
set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
ElementCopyright © 2017 WSO2. All rights reserved.