public class X509Data
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for X509DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<choice>
<element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
<element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="X509CRL" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<any processContents='lax' namespace='##other'/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
x509IssuerSerialsAndX509SKISAndX509SubjectNames |
| Constructor and Description |
|---|
X509Data()
Default no-arg constructor
|
X509Data(java.util.List<java.lang.Object> x509IssuerSerialsAndX509SKISAndX509SubjectNames)
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> |
getX509IssuerSerialsAndX509SKISAndX509SubjectNames()
Gets the value of the x509IssuerSerialsAndX509SKISAndX509SubjectNames property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
X509Data |
withX509IssuerSerialsAndX509SKISAndX509SubjectNames(java.util.Collection<java.lang.Object> values) |
X509Data |
withX509IssuerSerialsAndX509SKISAndX509SubjectNames(java.lang.Object... values) |
protected java.util.List<java.lang.Object> x509IssuerSerialsAndX509SKISAndX509SubjectNames
public X509Data()
public X509Data(java.util.List<java.lang.Object> x509IssuerSerialsAndX509SKISAndX509SubjectNames)
public java.util.List<java.lang.Object> getX509IssuerSerialsAndX509SKISAndX509SubjectNames()
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 x509IssuerSerialsAndX509SKISAndX509SubjectNames property.
For example, to add a new item, do as follows:
getX509IssuerSerialsAndX509SKISAndX509SubjectNames().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<byte[]>
JAXBElement<byte[]>
JAXBElement<byte[]>
Element
JAXBElement<X509IssuerSerialType>
JAXBElement<String>
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 X509Data withX509IssuerSerialsAndX509SKISAndX509SubjectNames(java.lang.Object... values)
public X509Data withX509IssuerSerialsAndX509SKISAndX509SubjectNames(java.util.Collection<java.lang.Object> values)