public class RARequirements extends Object
Java class for RARequirements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RARequirements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rASignatures" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="rAEKUs" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}OIDReferenceCollection"/>
<element name="rAPolicies" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}OIDReferenceCollection"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OIDReferenceCollection |
raekUs |
protected OIDReferenceCollection |
raPolicies |
protected long |
raSignatures |
| Constructor and Description |
|---|
RARequirements() |
| Modifier and Type | Method and Description |
|---|---|
OIDReferenceCollection |
getRAEKUs()
Gets the value of the raekUs property.
|
OIDReferenceCollection |
getRAPolicies()
Gets the value of the raPolicies property.
|
long |
getRASignatures()
Gets the value of the raSignatures property.
|
void |
setRAEKUs(OIDReferenceCollection value)
Sets the value of the raekUs property.
|
void |
setRAPolicies(OIDReferenceCollection value)
Sets the value of the raPolicies property.
|
void |
setRASignatures(long value)
Sets the value of the raSignatures property.
|
protected long raSignatures
protected OIDReferenceCollection raekUs
protected OIDReferenceCollection raPolicies
public long getRASignatures()
public void setRASignatures(long value)
public OIDReferenceCollection getRAEKUs()
OIDReferenceCollectionpublic void setRAEKUs(OIDReferenceCollection value)
value - allowed object is
OIDReferenceCollectionpublic OIDReferenceCollection getRAPolicies()
OIDReferenceCollectionpublic void setRAPolicies(OIDReferenceCollection value)
value - allowed object is
OIDReferenceCollectionCopyright © 2017 WSO2. All rights reserved.