net.geant.edugain.meta.metadata.onlineca
Interface OnlineCAService

All Superinterfaces:
org.opensaml.common.SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
OnlineCAServiceImpl

public interface OnlineCAService
extends org.opensaml.common.SAMLObject

eduGAIN Metadata OnlineCAService


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Element local name
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name
static java.lang.String DESCR_ATTRIB_NAME
          "Description" attribute name
static java.lang.String LOCATION_ATTRIB_NAME
          "Location" attribute name
static java.lang.String NAME_ATTRIB_NAME
          "Name" attribute name
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type
 
Method Summary
 org.opensaml.saml2.metadata.ServiceDescription getDescription()
          Gets the description for this service.
 java.lang.String getLocation()
          Gets the URI, usually a URL, for the location of this Endpoint.
 org.opensaml.saml2.metadata.ServiceName getName()
          Gets the name of this service.
 void setDescription(org.opensaml.saml2.metadata.ServiceDescription descr)
          Sets the description for this service.
 void setLocation(java.lang.String location)
          Sets the URI, usually a URL, for the location of this Endpoint.
 void setName(org.opensaml.saml2.metadata.ServiceName name)
          Sets the name of this service.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Element local name

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type


NAME_ATTRIB_NAME

static final java.lang.String NAME_ATTRIB_NAME
"Name" attribute name

See Also:
Constant Field Values

DESCR_ATTRIB_NAME

static final java.lang.String DESCR_ATTRIB_NAME
"Description" attribute name

See Also:
Constant Field Values

LOCATION_ATTRIB_NAME

static final java.lang.String LOCATION_ATTRIB_NAME
"Location" attribute name

See Also:
Constant Field Values
Method Detail

getName

org.opensaml.saml2.metadata.ServiceName getName()
Gets the name of this service.

Returns:
service name

setName

void setName(org.opensaml.saml2.metadata.ServiceName name)
Sets the name of this service.

Parameters:
name - the name of this service

getDescription

org.opensaml.saml2.metadata.ServiceDescription getDescription()
Gets the description for this service.

Returns:
service description

setDescription

void setDescription(org.opensaml.saml2.metadata.ServiceDescription descr)
Sets the description for this service.

Parameters:
descr - the description of this service

getLocation

java.lang.String getLocation()
Gets the URI, usually a URL, for the location of this Endpoint.

Returns:
the location of this Endpoint

setLocation

void setLocation(java.lang.String location)
Sets the URI, usually a URL, for the location of this Endpoint.

Parameters:
location - the location of this Endpoint