public class CRLIdentifierType
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 CRLIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRLIdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IssueTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
issuer |
protected org.joda.time.DateTime |
issueTime |
protected java.math.BigInteger |
number |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
CRLIdentifierType()
Default no-arg constructor
|
CRLIdentifierType(java.lang.String issuer,
org.joda.time.DateTime issueTime,
java.math.BigInteger number,
java.lang.String uri)
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) |
java.lang.String |
getIssuer()
Gets the value of the issuer property.
|
org.joda.time.DateTime |
getIssueTime()
Gets the value of the issueTime property.
|
java.math.BigInteger |
getNumber()
Gets the value of the number property.
|
java.lang.String |
getURI()
Gets the value of the uri property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setIssuer(java.lang.String value)
Sets the value of the issuer property.
|
void |
setIssueTime(org.joda.time.DateTime value)
Sets the value of the issueTime property.
|
void |
setNumber(java.math.BigInteger value)
Sets the value of the number property.
|
void |
setURI(java.lang.String value)
Sets the value of the uri property.
|
java.lang.String |
toString() |
CRLIdentifierType |
withIssuer(java.lang.String value) |
CRLIdentifierType |
withIssueTime(org.joda.time.DateTime value) |
CRLIdentifierType |
withNumber(java.math.BigInteger value) |
CRLIdentifierType |
withURI(java.lang.String value) |
protected java.lang.String issuer
protected org.joda.time.DateTime issueTime
protected java.math.BigInteger number
protected java.lang.String uri
public CRLIdentifierType()
public CRLIdentifierType(java.lang.String issuer,
org.joda.time.DateTime issueTime,
java.math.BigInteger number,
java.lang.String uri)
public java.lang.String getIssuer()
Stringpublic void setIssuer(java.lang.String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getIssueTime()
Stringpublic void setIssueTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic java.math.BigInteger getNumber()
BigIntegerpublic void setNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getURI()
Stringpublic void setURI(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 CRLIdentifierType withIssuer(java.lang.String value)
public CRLIdentifierType withIssueTime(org.joda.time.DateTime value)
public CRLIdentifierType withNumber(java.math.BigInteger value)
public CRLIdentifierType withURI(java.lang.String value)
Copyright © 2015 Digipost Open Source. All Rights Reserved.