|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.etsi.uri._01903.v1_3.CompleteCertificateRefsType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:11+01:00", comments="JAXB RI v2.2.11") public class CompleteCertificateRefsType
Java class for CompleteCertificateRefsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompleteCertificateRefsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CertRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CertIDListType"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CompleteCertificateRefsType()
|
Method Summary | |
---|---|
SigningCertificate |
getCertRefs()
Gets the value of the certRefs property. |
String |
getId()
Gets the value of the id property. |
void |
setCertRefs(SigningCertificate value)
Sets the value of the certRefs property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompleteCertificateRefsType()
Method Detail |
---|
public SigningCertificate getCertRefs()
SigningCertificate
public void setCertRefs(SigningCertificate value)
value
- allowed object is
SigningCertificate
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |