Package amplee :: Package ext :: Package opensearch :: Module description :: Class OpenSearchDescription
[hide private]
[frames] | no frames]

Class OpenSearchDescription

source code

object --+
         |
        OpenSearchDescription

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_get_short_name(self) source code
 
_set_short_name(self, value) source code
 
_get_long_name(self) source code
 
_set_long_name(self, value) source code
 
_get_description(self) source code
 
_set_description(self, value) source code
 
_get_contact(self) source code
 
_set_contact(self, addr) source code
 
_get_tags(self) source code
 
_set_tags(self, tags) source code
 
_get_developer(self) source code
 
_set_developer(self, value) source code
 
_get_attribution(self) source code
 
_set_attribution(self, value) source code
 
_get_syndication_right(self) source code
 
_set_syndication_right(self, value) source code
 
to_document(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  short_name
Gets or sets the short name of the description document
  long_name
Gets or sets the long name of the description document
  description
Gets or sets the description content of the description document
  contact
Gets or sets the contact of the description document
  tags
Gets or sets the tags of the description document
  developer
Gets or sets the developer of the description document
  attribution
Gets or sets the attribution of the description document
  syndication_right
Gets or sets the syndication right of the description document

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

short_name

Gets or sets the short name of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_short_name(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_short_name(self, value)

long_name

Gets or sets the long name of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_long_name(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_long_name(self, value)

description

Gets or sets the description content of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_description(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_description(self, value)

contact

Gets or sets the contact of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_contact(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_contact(self, addr)

tags

Gets or sets the tags of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_tags(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_tags(self, tags)

developer

Gets or sets the developer of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_developer(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_developer(self, value)

attribution

Gets or sets the attribution of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_attribution(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_attribution(self, value)

syndication_right

Gets or sets the syndication right of the description document
Get Method:
amplee.ext.opensearch.description.OpenSearchDescription._get_syndication_right(self)
Set Method:
amplee.ext.opensearch.description.OpenSearchDescription._set_syndication_right(self, value)