public class CompleteRevocationRefsType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for CompleteRevocationRefsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompleteRevocationRefsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CRLRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CRLRefsType" minOccurs="0"/>
<element name="OCSPRefs" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPRefsType" minOccurs="0"/>
<element name="OtherRefs" type="{http://uri.etsi.org/01903/v1.3.2#}OtherCertStatusRefsType" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CRLRefsType |
crlRefs |
protected String |
id |
protected OCSPRefsType |
ocspRefs |
protected OtherCertStatusRefsType |
otherRefs |
| Constructor and Description |
|---|
CompleteRevocationRefsType()
Default no-arg constructor
|
CompleteRevocationRefsType(CRLRefsType crlRefs,
OCSPRefsType ocspRefs,
OtherCertStatusRefsType otherRefs,
String id)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
CRLRefsType |
getCRLRefs()
Gets the value of the crlRefs property.
|
String |
getId()
Gets the value of the id property.
|
OCSPRefsType |
getOCSPRefs()
Gets the value of the ocspRefs property.
|
OtherCertStatusRefsType |
getOtherRefs()
Gets the value of the otherRefs property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCRLRefs(CRLRefsType value)
Sets the value of the crlRefs property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOCSPRefs(OCSPRefsType value)
Sets the value of the ocspRefs property.
|
void |
setOtherRefs(OtherCertStatusRefsType value)
Sets the value of the otherRefs property.
|
String |
toString() |
CompleteRevocationRefsType |
withCRLRefs(CRLRefsType value) |
CompleteRevocationRefsType |
withId(String value) |
CompleteRevocationRefsType |
withOCSPRefs(OCSPRefsType value) |
CompleteRevocationRefsType |
withOtherRefs(OtherCertStatusRefsType value) |
protected CRLRefsType crlRefs
protected OCSPRefsType ocspRefs
protected OtherCertStatusRefsType otherRefs
protected String id
public CompleteRevocationRefsType()
public CompleteRevocationRefsType(CRLRefsType crlRefs, OCSPRefsType ocspRefs, OtherCertStatusRefsType otherRefs, String id)
public CRLRefsType getCRLRefs()
CRLRefsTypepublic void setCRLRefs(CRLRefsType value)
value - allowed object is
CRLRefsTypepublic OCSPRefsType getOCSPRefs()
OCSPRefsTypepublic void setOCSPRefs(OCSPRefsType value)
value - allowed object is
OCSPRefsTypepublic OtherCertStatusRefsType getOtherRefs()
OtherCertStatusRefsTypepublic void setOtherRefs(OtherCertStatusRefsType value)
value - allowed object is
OtherCertStatusRefsTypepublic void setId(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic CompleteRevocationRefsType withCRLRefs(CRLRefsType value)
public CompleteRevocationRefsType withOCSPRefs(OCSPRefsType value)
public CompleteRevocationRefsType withOtherRefs(OtherCertStatusRefsType value)
public CompleteRevocationRefsType withId(String value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.