public class CA extends Object
Java class for CA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uris" type="{http://schemas.microsoft .com/windows/pki/2009/01/enrollmentpolicy}CAURICollection"/> <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="enrollPermission" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="cAReferenceID" type="{http://www.w3.org/2001/XMLSchema}int"/> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any |
protected int |
caReferenceID |
protected byte[] |
certificate |
protected boolean |
enrollPermission |
protected CAURICollection |
uris |
Constructor and Description |
---|
CA() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
int |
getCAReferenceID()
Gets the value of the caReferenceID property.
|
byte[] |
getCertificate()
Gets the value of the certificate property.
|
CAURICollection |
getUris()
Gets the value of the uris property.
|
boolean |
isEnrollPermission()
Gets the value of the enrollPermission property.
|
void |
setCAReferenceID(int value)
Sets the value of the caReferenceID property.
|
void |
setCertificate(byte[] value)
Sets the value of the certificate property.
|
void |
setEnrollPermission(boolean value)
Sets the value of the enrollPermission property.
|
void |
setUris(CAURICollection value)
Sets the value of the uris property.
|
protected CAURICollection uris
protected byte[] certificate
protected boolean enrollPermission
protected int caReferenceID
public CAURICollection getUris()
CAURICollection
public void setUris(CAURICollection value)
value
- allowed object is
CAURICollection
public byte[] getCertificate()
public void setCertificate(byte[] value)
value
- allowed object is
byte[]public boolean isEnrollPermission()
public void setEnrollPermission(boolean value)
public int getCAReferenceID()
public void setCAReferenceID(int value)
public 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
Element
Copyright © 2017 WSO2. All rights reserved.