public class CompleteRevocationRefsType extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public CompleteRevocationRefsType withCRLRefs(CRLRefsType value)
public CompleteRevocationRefsType withOCSPRefs(OCSPRefsType value)
public CompleteRevocationRefsType withOtherRefs(OtherCertStatusRefsType value)
public CompleteRevocationRefsType withId(String value)
Copyright © 2017 Digipost. All Rights Reserved.