Class AdditionalTimeInfoType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfoType

public class AdditionalTimeInfoType extends Object

Java class for AdditionalTimeInfoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AdditionalTimeInfoType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
       <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdditionalTimeInfoType

      public AdditionalTimeInfoType()
  • Method Details

    • getValue

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

      public void setValue(XMLGregorianCalendar value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

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