anon.infoservice
Class ServiceOperator

java.lang.Object
  extended by anon.infoservice.ServiceOperator

public class ServiceOperator
extends java.lang.Object

Holds the information about the operator of a service.


Field Summary
private  java.lang.String m_strEmail
           
private  java.lang.String organisation
          This is the name of the operator or organisation.
private  java.lang.String url
          This is the URL of the operators homepage.
private static java.lang.String XML_ELEM_EMAIL
           
 
Constructor Summary
ServiceOperator(org.w3c.dom.Node operatorNode, JAPCertificate operatorCertificate)
          Creates a new ServiceOperator from XML description (Operator node).
 
Method Summary
 java.lang.String getEMail()
           
 java.lang.String getOrganisation()
          Returns the name of the operator or organisation.
 java.lang.String getUrl()
          Returns the URL of the operators homepage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_ELEM_EMAIL

private static final java.lang.String XML_ELEM_EMAIL
See Also:
Constant Field Values

organisation

private java.lang.String organisation
This is the name of the operator or organisation.


url

private java.lang.String url
This is the URL of the operators homepage.


m_strEmail

private java.lang.String m_strEmail
Constructor Detail

ServiceOperator

public ServiceOperator(org.w3c.dom.Node operatorNode,
                       JAPCertificate operatorCertificate)
Creates a new ServiceOperator from XML description (Operator node).

Parameters:
operatorNode - The Operator node from an XML document.
Method Detail

getEMail

public java.lang.String getEMail()

getOrganisation

public java.lang.String getOrganisation()
Returns the name of the operator or organisation.

Returns:
The name of the operator or organisation.

getUrl

public java.lang.String getUrl()
Returns the URL of the operators homepage.

Returns:
The URL of the operators homepage.