Class XjcSmdSignedMark


public class XjcSmdSignedMark extends XjcSmdAbstractSignedMark

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 Details

    • id

      protected String id
    • issuerInfo

      protected XjcSmdIssuerInfo issuerInfo
    • notBefore

      protected org.joda.time.DateTime notBefore
    • notAfter

      protected org.joda.time.DateTime notAfter
    • abstractMark

      protected javax.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType> abstractMark
    • signature

      protected XjcDsigSignature signature
    • idAttribute

      protected String idAttribute
  • Constructor Details

    • XjcSmdSignedMark

      public XjcSmdSignedMark()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getIssuerInfo

      public XjcSmdIssuerInfo getIssuerInfo()
      Gets the value of the issuerInfo property.
      Returns:
      possible object is XjcSmdIssuerInfo
    • setIssuerInfo

      public void setIssuerInfo(XjcSmdIssuerInfo value)
      Sets the value of the issuerInfo property.
      Parameters:
      value - allowed object is XjcSmdIssuerInfo
    • 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 is String
    • 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 is String
    • getAbstractMark

      public javax.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType> getAbstractMark()
      Gets the value of the abstractMark property.
      Returns:
      possible object is XjcMarkAbstractMark XjcMarkMark
    • setAbstractMark

      public void setAbstractMark(javax.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType> value)
      Sets the value of the abstractMark property.
      Parameters:
      value - allowed object is XjcMarkAbstractMark XjcMarkMark
    • getSignature

      public XjcDsigSignature getSignature()
      Gets the value of the signature property.
      Returns:
      possible object is XjcDsigSignature
    • setSignature

      public void setSignature(XjcDsigSignature value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is XjcDsigSignature
    • getIdAttribute

      public String getIdAttribute()
      Gets the value of the idAttribute property.
      Returns:
      possible object is String
    • setIdAttribute

      public void setIdAttribute(String value)
      Sets the value of the idAttribute property.
      Parameters:
      value - allowed object is String