|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.admin.elements.AdminExtension
public class AdminExtension
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://webns.net/mvcb/}generatorAgent"/> <element ref="{http://webns.net/mvcb/}errorReportsTo"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AdminType |
errorReportsTo
|
protected AdminType |
generatorAgent
|
Constructor Summary | |
---|---|
AdminExtension()
|
Method Summary | |
---|---|
AdminType |
getErrorReportsTo()
<admin:generatorAgent> is a URI of the software that was used to generate the RSS/RDF. |
AdminType |
getGeneratorAgent()
<admin:errorReportsTo> is a URI (typically a 'mailto:' URL) for contacting the person or source of the particular instance of RSS/RDF information. |
void |
setErrorReportsTo(AdminType value)
Sets the value of the errorReportsTo property. |
void |
setGeneratorAgent(AdminType value)
Sets the value of the generatorAgent property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AdminType generatorAgent
protected AdminType errorReportsTo
Constructor Detail |
---|
public AdminExtension()
Method Detail |
---|
public AdminType getGeneratorAgent()
AdminType
public void setGeneratorAgent(AdminType value)
value
- allowed object is
AdminType
public AdminType getErrorReportsTo()
AdminType
public void setErrorReportsTo(AdminType value)
value
- allowed object is
AdminType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |