public abstract class SurveyTemplateDtoBase extends AbstractDto
Java class for surveyTemplateDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="surveyTemplateDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="publicDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="surveyTemplateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
description |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
publicDescription |
protected java.lang.Integer |
surveyTemplateID |
protected java.lang.String |
type |
Constructor and Description |
---|
SurveyTemplateDtoBase() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.String |
getPublicDescription()
Gets the value of the publicDescription property.
|
java.lang.Integer |
getSurveyTemplateID()
Gets the value of the surveyTemplateID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setPublicDescription(java.lang.String value)
Sets the value of the publicDescription property.
|
void |
setSurveyTemplateID(java.lang.Integer value)
Sets the value of the surveyTemplateID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String description
protected java.lang.String migrateGUID
protected java.lang.String name
protected java.lang.Integer ownerID
protected java.lang.String publicDescription
protected java.lang.Integer surveyTemplateID
protected java.lang.String type
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getPublicDescription()
String
public void setPublicDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSurveyTemplateID()
Integer
public void setSurveyTemplateID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String