public abstract class DistributionListDtoBase extends AbstractDto
Java class for distributionListDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="distributionListDtoBase">
<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="distributionListID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="searchURL" type="{http://www.w3.org/2001/XMLSchema}string" 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.Integer |
distributionListID |
protected java.lang.String |
groupName |
protected java.lang.Boolean |
isPrivate |
protected java.lang.Boolean |
isReadOnly |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
searchURL |
protected java.lang.String |
type |
| Constructor and Description |
|---|
DistributionListDtoBase() |
| 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.Integer |
getDistributionListID()
Gets the value of the distributionListID property.
|
java.lang.String |
getGroupName()
Gets the value of the groupName 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 |
getSearchURL()
Gets the value of the searchURL property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isIsPrivate()
Gets the value of the isPrivate property.
|
java.lang.Boolean |
isIsReadOnly()
Gets the value of the isReadOnly 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 |
setDistributionListID(java.lang.Integer value)
Sets the value of the distributionListID property.
|
void |
setGroupName(java.lang.String value)
Sets the value of the groupName property.
|
void |
setIsPrivate(java.lang.Boolean value)
Sets the value of the isPrivate property.
|
void |
setIsReadOnly(java.lang.Boolean value)
Sets the value of the isReadOnly 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 |
setSearchURL(java.lang.String value)
Sets the value of the searchURL 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.Integer distributionListID
protected java.lang.String groupName
protected java.lang.Boolean isPrivate
protected java.lang.Boolean isReadOnly
protected java.lang.String migrateGUID
protected java.lang.String name
protected java.lang.Integer ownerID
protected java.lang.String searchURL
protected java.lang.String type
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDistributionListID()
Integerpublic void setDistributionListID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getGroupName()
Stringpublic void setGroupName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsPrivate()
Booleanpublic void setIsPrivate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsReadOnly()
Booleanpublic void setIsReadOnly(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getSearchURL()
Stringpublic void setSearchURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String