|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.CertificatesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdss.dto.CertificatesType
public abstract class CertificatesType
Java class for CertificatesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificatesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="signatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.String |
alias
|
protected java.lang.String |
issuer
|
protected java.lang.Long |
serialNumber
|
protected java.lang.String |
signatureAlgorithm
|
protected java.lang.String |
validFrom
|
protected java.lang.String |
validUntil
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
CertificatesType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property. |
java.lang.String |
getIssuer()
Gets the value of the issuer property. |
java.lang.Long |
getSerialNumber()
Gets the value of the serialNumber property. |
java.lang.String |
getSignatureAlgorithm()
Gets the value of the signatureAlgorithm property. |
java.lang.String |
getValidFrom()
Gets the value of the validFrom property. |
java.lang.String |
getValidUntil()
Gets the value of the validUntil property. |
void |
setAlias(java.lang.String value)
Sets the value of the alias property. |
void |
setIssuer(java.lang.String value)
Sets the value of the issuer property. |
void |
setSerialNumber(java.lang.Long value)
Sets the value of the serialNumber property. |
void |
setSignatureAlgorithm(java.lang.String value)
Sets the value of the signatureAlgorithm property. |
void |
setValidFrom(java.lang.String value)
Sets the value of the validFrom property. |
void |
setValidUntil(java.lang.String value)
Sets the value of the validUntil property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String alias
protected java.lang.String issuer
protected java.lang.Long serialNumber
protected java.lang.String signatureAlgorithm
protected java.lang.String validFrom
protected java.lang.String validUntil
| Constructor Detail |
|---|
public CertificatesType()
| Method Detail |
|---|
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIssuer()
Stringpublic void setIssuer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getSerialNumber()
Longpublic void setSerialNumber(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getSignatureAlgorithm()
Stringpublic void setSignatureAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValidFrom()
Stringpublic void setValidFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValidUntil()
Stringpublic void setValidUntil(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.CertificatesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||