|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.CertificateValuesType
public class CertificateValuesType
Java class for CertificateValuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateValuesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="EncapsulatedX509Certificate" type="{http://uri.etsi.org/01903/v1.3.2#}EncapsulatedPKIDataType"/>
<element name="OtherCertificate" type="{http://uri.etsi.org/01903/v1.3.2#}AnyType"/>
</choice>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
encapsulatedX509CertificatesAndOtherCertificates
|
protected String |
id
|
| Constructor Summary | |
|---|---|
CertificateValuesType()
Default no-arg constructor |
|
CertificateValuesType(List<Object> encapsulatedX509CertificatesAndOtherCertificates,
String id)
Fully-initialising value constructor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> encapsulatedX509CertificatesAndOtherCertificates
protected String id
| Constructor Detail |
|---|
public CertificateValuesType()
public CertificateValuesType(List<Object> encapsulatedX509CertificatesAndOtherCertificates,
String id)
| Method Detail |
|---|
public List<Object> getEncapsulatedX509CertificatesAndOtherCertificates()
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 encapsulatedX509CertificatesAndOtherCertificates property.
For example, to add a new item, do as follows:
getEncapsulatedX509CertificatesAndOtherCertificates().add(newItem);
Objects of the following type(s) are allowed in the list
EncapsulatedPKIData
Any
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void setEncapsulatedX509CertificatesAndOtherCertificates(List<Object> value)
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic CertificateValuesType withEncapsulatedX509CertificatesAndOtherCertificates(Object... values)
public CertificateValuesType withEncapsulatedX509CertificatesAndOtherCertificates(Collection<Object> values)
public CertificateValuesType withId(String value)
public CertificateValuesType withEncapsulatedX509CertificatesAndOtherCertificates(List<Object> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||