|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.content.ContentSourceTypeDefinition
public class ContentSourceTypeDefinition
Java class for contentSourceType element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="contentSourceType">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configuration" type="{urn:xmlns:rhq-configuration}configuration" minOccurs="0"/>
</sequence>
<attribute name="apiClass" use="required" type="{urn:xmlns:rhq-serverplugin}classNameType" />
<attribute name="description">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="500"/>
</restriction>
</simpleType>
</attribute>
<attribute name="displayName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="200"/>
</restriction>
</simpleType>
</attribute>
<attribute name="downloadMode" default="database">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="never"/>
<enumeration value="database"/>
<enumeration value="filesystem"/>
</restriction>
</simpleType>
</attribute>
<attribute name="lazyLoad" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="200"/>
</restriction>
</simpleType>
</attribute>
<attribute name="syncSchedule" type="{http://www.w3.org/2001/XMLSchema}string" default="0 0 3 * * ?" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
apiClass
|
protected ConfigurationDescriptor |
configuration
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
protected java.lang.String |
downloadMode
|
protected boolean |
lazyLoad
|
protected java.lang.String |
name
|
protected java.lang.String |
syncSchedule
|
| Constructor Summary | |
|---|---|
ContentSourceTypeDefinition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApiClass()
Gets the value of the apiClass property. |
ConfigurationDescriptor |
getConfiguration()
Gets the value of the configuration property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getDownloadMode()
Gets the value of the downloadMode property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getSyncSchedule()
Gets the value of the syncSchedule property. |
boolean |
isLazyLoad()
Gets the value of the lazyLoad property. |
void |
setApiClass(java.lang.String value)
Sets the value of the apiClass property. |
void |
setConfiguration(ConfigurationDescriptor value)
Sets the value of the configuration property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setDownloadMode(java.lang.String value)
Sets the value of the downloadMode property. |
void |
setLazyLoad(boolean value)
Sets the value of the lazyLoad property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSyncSchedule(java.lang.String value)
Sets the value of the syncSchedule property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConfigurationDescriptor configuration
protected java.lang.String apiClass
protected java.lang.String description
protected java.lang.String displayName
protected java.lang.String downloadMode
protected boolean lazyLoad
protected java.lang.String name
protected java.lang.String syncSchedule
| Constructor Detail |
|---|
public ContentSourceTypeDefinition()
| Method Detail |
|---|
public ConfigurationDescriptor getConfiguration()
ConfigurationDescriptorpublic void setConfiguration(ConfigurationDescriptor value)
value - allowed object is
ConfigurationDescriptorpublic java.lang.String getApiClass()
Stringpublic void setApiClass(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDownloadMode()
Stringpublic void setDownloadMode(java.lang.String value)
value - allowed object is
Stringpublic boolean isLazyLoad()
public void setLazyLoad(boolean value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSyncSchedule()
Stringpublic void setSyncSchedule(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||