Package google.registry.xjc.smd
Class XjcSmdSignedMark
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.smd.XjcSmdAbstractSignedMark
google.registry.xjc.smd.XjcSmdSignedMark
Java class for signedMarkType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="signedMarkType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:signedMark-1.0}abstractSignedMarkType">
<sequence>
<element name="id" type="{urn:ietf:params:xml:ns:mark-1.0}idType"/>
<element name="issuerInfo" type="{urn:ietf:params:xml:ns:signedMark-1.0}issuerInfoType"/>
<element name="notBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element ref="{urn:ietf:params:xml:ns:mark-1.0}abstractMark"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends XjcMarkAbstractMarkType> protected String
protected String
protected XjcSmdIssuerInfo
protected org.joda.time.DateTime
protected org.joda.time.DateTime
protected XjcDsigSignature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<? extends XjcMarkAbstractMarkType> Gets the value of the abstractMark property.getId()
Gets the value of the id property.Gets the value of the idAttribute property.Gets the value of the issuerInfo property.org.joda.time.DateTime
Gets the value of the notAfter property.org.joda.time.DateTime
Gets the value of the notBefore property.Gets the value of the signature property.void
setAbstractMark
(jakarta.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType> value) Sets the value of the abstractMark property.void
Sets the value of the id property.void
setIdAttribute
(String value) Sets the value of the idAttribute property.void
setIssuerInfo
(XjcSmdIssuerInfo value) Sets the value of the issuerInfo property.void
setNotAfter
(org.joda.time.DateTime value) Sets the value of the notAfter property.void
setNotBefore
(org.joda.time.DateTime value) Sets the value of the notBefore property.void
setSignature
(XjcDsigSignature value) Sets the value of the signature property.
-
Field Details
-
id
-
issuerInfo
-
notBefore
protected org.joda.time.DateTime notBefore -
notAfter
protected org.joda.time.DateTime notAfter -
abstractMark
-
signature
-
idAttribute
-
-
Constructor Details
-
XjcSmdSignedMark
public XjcSmdSignedMark()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getIssuerInfo
Gets the value of the issuerInfo property.- Returns:
- possible object is
XjcSmdIssuerInfo
-
setIssuerInfo
Sets the value of the issuerInfo property.- Parameters:
value
- allowed object isXjcSmdIssuerInfo
-
getNotBefore
public org.joda.time.DateTime getNotBefore()Gets the value of the notBefore property.- Returns:
- possible object is
String
-
setNotBefore
public void setNotBefore(org.joda.time.DateTime value) Sets the value of the notBefore property.- Parameters:
value
- allowed object isString
-
getNotAfter
public org.joda.time.DateTime getNotAfter()Gets the value of the notAfter property.- Returns:
- possible object is
String
-
setNotAfter
public void setNotAfter(org.joda.time.DateTime value) Sets the value of the notAfter property.- Parameters:
value
- allowed object isString
-
getAbstractMark
Gets the value of the abstractMark property.- Returns:
- possible object is
XjcMarkAbstractMark
XjcMarkMark
-
setAbstractMark
Sets the value of the abstractMark property.- Parameters:
value
- allowed object isXjcMarkAbstractMark
XjcMarkMark
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
XjcDsigSignature
-
setSignature
Sets the value of the signature property.- Parameters:
value
- allowed object isXjcDsigSignature
-
getIdAttribute
Gets the value of the idAttribute property.- Returns:
- possible object is
String
-
setIdAttribute
Sets the value of the idAttribute property.- Parameters:
value
- allowed object isString
-