Class FirstPeriodStartDate

java.lang.Object
net.finmath.smartcontract.product.xml.FirstPeriodStartDate

public class FirstPeriodStartDate extends Object

Java class for FirstPeriodStartDate complex type.

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

 <complexType name="FirstPeriodStartDate">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>date">
       <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FirstPeriodStartDate

      public FirstPeriodStartDate()
  • 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
    • getHref

      public Object getHref()
      Gets the value of the href property.
      Returns:
      possible object is Object
    • setHref

      public void setHref(Object value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is Object