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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Gets the value of the href property.getValue()Gets the value of the value property.voidSets the value of the href property.voidsetValue(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
Gets the value of the href property.- Returns:
- possible object is
Object
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isObject
-