yarfraw.generated.admin.elements
Class AdminExtension

java.lang.Object
  extended by yarfraw.generated.admin.elements.AdminExtension

public class AdminExtension
extends Object

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

generatorAgent

protected AdminType generatorAgent

errorReportsTo

protected AdminType errorReportsTo
Constructor Detail

AdminExtension

public AdminExtension()
Method Detail

getGeneratorAgent

public 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. This would generally be used to report technical errors in the use of RSS, RDF, or XML.

Returns:
possible object is AdminType

setGeneratorAgent

public void setGeneratorAgent(AdminType value)
Sets the value of the generatorAgent property.

Parameters:
value - allowed object is AdminType

getErrorReportsTo

public AdminType getErrorReportsTo()
<admin:generatorAgent> is a URI of the software that was used to generate the RSS/RDF. This is similar to the User-Agent field in HTTP or the X-Mailer field in email. It can be used to spot and report errors in the generating software and for statistical information. The URI should include version information, and if it is a resolvable URL should return a user-readable HTML page.

Returns:
possible object is AdminType

setErrorReportsTo

public void setErrorReportsTo(AdminType value)
Sets the value of the errorReportsTo property.

Parameters:
value - allowed object is AdminType


Copyright © 2008. All Rights Reserved.