public static class FilingInfo.Period extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull XMLGregorianCalendar |
end |
|
protected @NotNull XMLGregorianCalendar |
start |
| Constructor | Description |
|---|---|
Period() |
| Modifier and Type | Method | Description |
|---|---|---|
XMLGregorianCalendar |
getEnd() |
Gets the value of the end property.
|
XMLGregorianCalendar |
getStart() |
Gets the value of the start property.
|
void |
setEnd(XMLGregorianCalendar value) |
Sets the value of the end property.
|
void |
setStart(XMLGregorianCalendar value) |
Sets the value of the start property.
|
@NotNull protected @NotNull XMLGregorianCalendar start
@NotNull protected @NotNull XMLGregorianCalendar end
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2025. All rights reserved.