public class CompleteRevocationRefsType
extends java.lang.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 java.lang.String |
id |
protected OCSPRefsType |
ocspRefs |
protected OtherCertStatusRefsType |
otherRefs |
| Constructor and Description |
|---|
CompleteRevocationRefsType()
Default no-arg constructor
|
CompleteRevocationRefsType(CRLRefsType crlRefs,
OCSPRefsType ocspRefs,
OtherCertStatusRefsType otherRefs,
java.lang.String id)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
CRLRefsType |
getCRLRefs()
Gets the value of the crlRefs property.
|
java.lang.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(java.lang.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.
|
java.lang.String |
toString() |
CompleteRevocationRefsType |
withCRLRefs(CRLRefsType value) |
CompleteRevocationRefsType |
withId(java.lang.String value) |
CompleteRevocationRefsType |
withOCSPRefs(OCSPRefsType value) |
CompleteRevocationRefsType |
withOtherRefs(OtherCertStatusRefsType value) |
protected CRLRefsType crlRefs
protected OCSPRefsType ocspRefs
protected OtherCertStatusRefsType otherRefs
protected java.lang.String id
public CompleteRevocationRefsType()
public CompleteRevocationRefsType(CRLRefsType crlRefs, OCSPRefsType ocspRefs, OtherCertStatusRefsType otherRefs, java.lang.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 java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic 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 int hashCode()
hashCode in class java.lang.Objectpublic CompleteRevocationRefsType withCRLRefs(CRLRefsType value)
public CompleteRevocationRefsType withOCSPRefs(OCSPRefsType value)
public CompleteRevocationRefsType withOtherRefs(OtherCertStatusRefsType value)
public CompleteRevocationRefsType withId(java.lang.String value)
Copyright © 2016 Digipost. All Rights Reserved.