public class Coverage extends Object
Java class for coverage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="coverage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="coverageStartDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="coverageStartVolume" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="coverageStartIssue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="coverageEndDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="coverageEndVolume" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="coverageEndIssue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
coverageEndDate |
protected String |
coverageEndDateFormat |
protected String |
coverageEndDateString |
protected String |
coverageEndIssue |
protected String |
coverageEndVolume |
protected String |
coverageStartDate |
protected String |
coverageStartDateFormat |
protected String |
coverageStartDateString |
protected String |
coverageStartIssue |
protected String |
coverageStartVolume |
Constructor and Description |
---|
Coverage() |
Modifier and Type | Method and Description |
---|---|
String |
getCoverageEndDate()
Gets the value of the coverageEndDate property.
|
String |
getCoverageEndDateFormat() |
String |
getCoverageEndDateString() |
String |
getCoverageEndIssue()
Gets the value of the coverageEndIssue property.
|
String |
getCoverageEndVolume()
Gets the value of the coverageEndVolume property.
|
String |
getCoverageStartDate()
Gets the value of the coverageStartDate property.
|
String |
getCoverageStartDateFormat() |
String |
getCoverageStartDateString() |
String |
getCoverageStartIssue()
Gets the value of the coverageStartIssue property.
|
String |
getCoverageStartVolume()
Gets the value of the coverageStartVolume property.
|
void |
setCoverageEndDate(String value)
Sets the value of the coverageEndDate property.
|
void |
setCoverageEndDateFormat(String coverageEndDateFormat) |
void |
setCoverageEndDateString(String coverageEndDateString) |
void |
setCoverageEndIssue(String value)
Sets the value of the coverageEndIssue property.
|
void |
setCoverageEndVolume(String value)
Sets the value of the coverageEndVolume property.
|
void |
setCoverageStartDate(String value)
Sets the value of the coverageStartDate property.
|
void |
setCoverageStartDateFormat(String coverageStartDateFormat) |
void |
setCoverageStartDateString(String coverageStartDateString) |
void |
setCoverageStartIssue(String value)
Sets the value of the coverageStartIssue property.
|
void |
setCoverageStartVolume(String value)
Sets the value of the coverageStartVolume property.
|
protected String coverageStartDate
protected String coverageStartVolume
protected String coverageStartIssue
protected String coverageEndDate
protected String coverageEndVolume
protected String coverageEndIssue
protected String coverageStartDateString
protected String coverageStartDateFormat
protected String coverageEndDateString
protected String coverageEndDateFormat
public Coverage()
public String getCoverageStartDate()
String
public void setCoverageStartDate(String value)
value
- allowed object is
String
public String getCoverageStartVolume()
String
public void setCoverageStartVolume(String value)
value
- allowed object is
String
public String getCoverageStartIssue()
String
public void setCoverageStartIssue(String value)
value
- allowed object is
String
public String getCoverageEndDate()
String
public void setCoverageEndDate(String value)
value
- allowed object is
String
public String getCoverageEndVolume()
String
public void setCoverageEndVolume(String value)
value
- allowed object is
String
public String getCoverageEndIssue()
String
public void setCoverageEndIssue(String value)
value
- allowed object is
String
public String getCoverageStartDateString()
public void setCoverageStartDateString(String coverageStartDateString)
public String getCoverageStartDateFormat()
public void setCoverageStartDateFormat(String coverageStartDateFormat)
public String getCoverageEndDateString()
public void setCoverageEndDateString(String coverageEndDateString)
public String getCoverageEndDateFormat()
public void setCoverageEndDateFormat(String coverageEndDateFormat)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.