|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.resource_catalog.xsd.impl.DataCatalogSourceTypeImpl
public class DataCatalogSourceTypeImpl
An XML DataCatalogSourceType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
DataCatalogSourceTypeImpl.IndexFrequencyMinsImpl
An XML indexFrequencyMins(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
| Nested classes/interfaces inherited from interface edu.indiana.extreme.lead.resource_catalog.xsd.DataCatalogSourceType |
|---|
DataCatalogSourceType.Factory, DataCatalogSourceType.IndexFrequencyMins |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.resource_catalog.xsd.DataCatalogSourceType |
|---|
type |
| Constructor Summary | |
|---|---|
DataCatalogSourceTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
DataCatalogSourceType.IndexFrequencyMins |
addNewIndexFrequencyMins()
Appends and returns a new empty "indexFrequencyMins" element |
DataCatalogRestrictionType |
addNewModifyRestriction()
Appends and returns a new empty "modifyRestriction" element |
DataCatalogRestrictionType |
addNewSearchRestriction()
Appends and returns a new empty "searchRestriction" element |
boolean |
getBuildIndex()
Gets the "buildIndex" element |
java.lang.String |
getCatalogDescription()
Gets the "catalogDescription" element |
DataCatalogType.Enum |
getCatalogType()
Gets the "catalogType" element |
java.lang.String |
getCatalogUrl()
Gets the "catalogUrl" element |
DataCatalogSourceType.IndexFrequencyMins |
getIndexFrequencyMins()
Gets the "indexFrequencyMins" element |
DataCatalogRestrictionType |
getModifyRestriction()
Gets the "modifyRestriction" element |
DataCatalogRestrictionType |
getSearchRestriction()
Gets the "searchRestriction" element |
boolean |
isSetCatalogDescription()
True if has "catalogDescription" element |
boolean |
isSetIndexFrequencyMins()
True if has "indexFrequencyMins" element |
boolean |
isSetModifyRestriction()
True if has "modifyRestriction" element |
boolean |
isSetSearchRestriction()
True if has "searchRestriction" element |
void |
setBuildIndex(boolean buildIndex)
Sets the "buildIndex" element |
void |
setCatalogDescription(java.lang.String catalogDescription)
Sets the "catalogDescription" element |
void |
setCatalogType(DataCatalogType.Enum catalogType)
Sets the "catalogType" element |
void |
setCatalogUrl(java.lang.String catalogUrl)
Sets the "catalogUrl" element |
void |
setIndexFrequencyMins(DataCatalogSourceType.IndexFrequencyMins indexFrequencyMins)
Sets the "indexFrequencyMins" element |
void |
setModifyRestriction(DataCatalogRestrictionType modifyRestriction)
Sets the "modifyRestriction" element |
void |
setSearchRestriction(DataCatalogRestrictionType searchRestriction)
Sets the "searchRestriction" element |
void |
unsetCatalogDescription()
Unsets the "catalogDescription" element |
void |
unsetIndexFrequencyMins()
Unsets the "indexFrequencyMins" element |
void |
unsetModifyRestriction()
Unsets the "modifyRestriction" element |
void |
unsetSearchRestriction()
Unsets the "searchRestriction" element |
org.apache.xmlbeans.XmlBoolean |
xgetBuildIndex()
Gets (as xml) the "buildIndex" element |
org.apache.xmlbeans.XmlString |
xgetCatalogDescription()
Gets (as xml) the "catalogDescription" element |
DataCatalogType |
xgetCatalogType()
Gets (as xml) the "catalogType" element |
org.apache.xmlbeans.XmlAnyURI |
xgetCatalogUrl()
Gets (as xml) the "catalogUrl" element |
void |
xsetBuildIndex(org.apache.xmlbeans.XmlBoolean buildIndex)
Sets (as xml) the "buildIndex" element |
void |
xsetCatalogDescription(org.apache.xmlbeans.XmlString catalogDescription)
Sets (as xml) the "catalogDescription" element |
void |
xsetCatalogType(DataCatalogType catalogType)
Sets (as xml) the "catalogType" element |
void |
xsetCatalogUrl(org.apache.xmlbeans.XmlAnyURI catalogUrl)
Sets (as xml) the "catalogUrl" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataCatalogSourceTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public java.lang.String getCatalogUrl()
getCatalogUrl in interface DataCatalogSourceTypepublic org.apache.xmlbeans.XmlAnyURI xgetCatalogUrl()
xgetCatalogUrl in interface DataCatalogSourceTypepublic void setCatalogUrl(java.lang.String catalogUrl)
setCatalogUrl in interface DataCatalogSourceTypepublic void xsetCatalogUrl(org.apache.xmlbeans.XmlAnyURI catalogUrl)
xsetCatalogUrl in interface DataCatalogSourceTypepublic DataCatalogType.Enum getCatalogType()
getCatalogType in interface DataCatalogSourceTypepublic DataCatalogType xgetCatalogType()
xgetCatalogType in interface DataCatalogSourceTypepublic void setCatalogType(DataCatalogType.Enum catalogType)
setCatalogType in interface DataCatalogSourceTypepublic void xsetCatalogType(DataCatalogType catalogType)
xsetCatalogType in interface DataCatalogSourceTypepublic java.lang.String getCatalogDescription()
getCatalogDescription in interface DataCatalogSourceTypepublic org.apache.xmlbeans.XmlString xgetCatalogDescription()
xgetCatalogDescription in interface DataCatalogSourceTypepublic boolean isSetCatalogDescription()
isSetCatalogDescription in interface DataCatalogSourceTypepublic void setCatalogDescription(java.lang.String catalogDescription)
setCatalogDescription in interface DataCatalogSourceTypepublic void xsetCatalogDescription(org.apache.xmlbeans.XmlString catalogDescription)
xsetCatalogDescription in interface DataCatalogSourceTypepublic void unsetCatalogDescription()
unsetCatalogDescription in interface DataCatalogSourceTypepublic boolean getBuildIndex()
getBuildIndex in interface DataCatalogSourceTypepublic org.apache.xmlbeans.XmlBoolean xgetBuildIndex()
xgetBuildIndex in interface DataCatalogSourceTypepublic void setBuildIndex(boolean buildIndex)
setBuildIndex in interface DataCatalogSourceTypepublic void xsetBuildIndex(org.apache.xmlbeans.XmlBoolean buildIndex)
xsetBuildIndex in interface DataCatalogSourceTypepublic DataCatalogSourceType.IndexFrequencyMins getIndexFrequencyMins()
getIndexFrequencyMins in interface DataCatalogSourceTypepublic boolean isSetIndexFrequencyMins()
isSetIndexFrequencyMins in interface DataCatalogSourceTypepublic void setIndexFrequencyMins(DataCatalogSourceType.IndexFrequencyMins indexFrequencyMins)
setIndexFrequencyMins in interface DataCatalogSourceTypepublic DataCatalogSourceType.IndexFrequencyMins addNewIndexFrequencyMins()
addNewIndexFrequencyMins in interface DataCatalogSourceTypepublic void unsetIndexFrequencyMins()
unsetIndexFrequencyMins in interface DataCatalogSourceTypepublic DataCatalogRestrictionType getSearchRestriction()
getSearchRestriction in interface DataCatalogSourceTypepublic boolean isSetSearchRestriction()
isSetSearchRestriction in interface DataCatalogSourceTypepublic void setSearchRestriction(DataCatalogRestrictionType searchRestriction)
setSearchRestriction in interface DataCatalogSourceTypepublic DataCatalogRestrictionType addNewSearchRestriction()
addNewSearchRestriction in interface DataCatalogSourceTypepublic void unsetSearchRestriction()
unsetSearchRestriction in interface DataCatalogSourceTypepublic DataCatalogRestrictionType getModifyRestriction()
getModifyRestriction in interface DataCatalogSourceTypepublic boolean isSetModifyRestriction()
isSetModifyRestriction in interface DataCatalogSourceTypepublic void setModifyRestriction(DataCatalogRestrictionType modifyRestriction)
setModifyRestriction in interface DataCatalogSourceTypepublic DataCatalogRestrictionType addNewModifyRestriction()
addNewModifyRestriction in interface DataCatalogSourceTypepublic void unsetModifyRestriction()
unsetModifyRestriction in interface DataCatalogSourceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||