public class SnapshotFilterSpecDataObj extends Object
Java class for snapshotFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="snapshotFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="descriptionPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="targetPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="versionPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
descriptionPattern |
protected XMLGregorianCalendar |
endDate |
protected XMLGregorianCalendar |
startDate |
protected String |
targetPattern |
protected String |
versionPattern |
| Constructor and Description |
|---|
SnapshotFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionPattern()
Gets the value of the descriptionPattern property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
String |
getTargetPattern()
Gets the value of the targetPattern property.
|
String |
getVersionPattern()
Gets the value of the versionPattern property.
|
void |
setDescriptionPattern(String value)
Sets the value of the descriptionPattern property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setTargetPattern(String value)
Sets the value of the targetPattern property.
|
void |
setVersionPattern(String value)
Sets the value of the versionPattern property.
|
protected String descriptionPattern
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar startDate
protected String targetPattern
protected String versionPattern
public String getDescriptionPattern()
Stringpublic void setDescriptionPattern(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTargetPattern()
Stringpublic void setTargetPattern(String value)
value - allowed object is
Stringpublic String getVersionPattern()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.