Interface AttributedDateTime

  • All Known Subinterfaces:
    CreatedElement, ExpiresElement
    All Known Implementing Classes:
    AttributedDateTimeImpl, CreatedElementImpl, ExpiresElementImpl

    public interface AttributedDateTime
    This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes. Java content class for AttributedDateTime complex type.

    The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/wsfederation/oasis-200401-wss-wssecurity-utility-1.0.xsd line 45)

     <complexType name="AttributedDateTime">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attGroup ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}commonAtts"/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Method Detail

      • getValue

        String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getId

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

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