public class SPKIData
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SPKIDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPKIDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="SPKISexp" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<any processContents='lax' namespace='##other' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
spkiSexpsAndAnies |
| Constructor and Description |
|---|
SPKIData()
Default no-arg constructor
|
SPKIData(java.util.List<java.lang.Object> spkiSexpsAndAnies)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.util.List<java.lang.Object> |
getSPKISexpsAndAnies()
Gets the value of the spkiSexpsAndAnies property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
SPKIData |
withSPKISexpsAndAnies(java.util.Collection<java.lang.Object> values) |
SPKIData |
withSPKISexpsAndAnies(java.lang.Object... values) |
public SPKIData()
public SPKIData(java.util.List<java.lang.Object> spkiSexpsAndAnies)
public java.util.List<java.lang.Object> getSPKISexpsAndAnies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the spkiSexpsAndAnies property.
For example, to add a new item, do as follows:
getSPKISexpsAndAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Element
JAXBElement<byte[]>
public 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 SPKIData withSPKISexpsAndAnies(java.lang.Object... values)
public SPKIData withSPKISexpsAndAnies(java.util.Collection<java.lang.Object> values)