Class FirstPeriodStartDate
java.lang.Object
net.finmath.smartcontract.product.xml.FirstPeriodStartDate
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHref()
Gets the value of the href property.getValue()
Gets the value of the value property.void
Sets the value of the href property.void
setValue
(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
value
-
href
-
-
Constructor Details
-
FirstPeriodStartDate
public FirstPeriodStartDate()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getHref
-
setHref
-