Interface SchemeInformation
- All Superinterfaces:
- SAMLObject,- XMLObject
- All Known Implementing Classes:
- SchemeInformationImpl
Definition of the 
SchemeInformation type.
 The following schema fragment defines the SchemeInformationType complex type:
 
 <xs:complexType name="SchemeInformationType">
   <xs:annotation>
     <xs:documentation>
       Scheme information about a published metadata service list, where the publisher
       and territory are included.
     </xs:documentation>
   </xs:annotation>
   <xs:sequence>
     <xs:element name="IssuerName" type="xs:string" />
     <xs:element name="SchemeIdentifier" type="xs:anyURI" />
     <xs:element name="SchemeTerritory" type="xs:string" />
   </xs:sequence>
 </xs:complexType>
 - Author:
- Martin Lindström
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringName of the element.static final QNameDefault element name.static final StringName of the IssuerName element.static final StringName of the SchemeIdentifier element.static final StringName of the SchemeTerritory element.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the name of the organization that issued a metadata service list.Returns the unique scheme identifier for the metadata service list.Returns the two-letter country code for the "territory" of this scheme.voidsetIssuerName(String issuerName) Assigns the name of the organization that issued a metadata service list.voidsetSchemeIdentifier(String schemeIdentifier) Assigns the scheme identifier for the metadata service list.voidsetSchemeTerritory(String schemeTerritory) Assigns the two-letter country code for the "territory" of this scheme.Methods inherited from interface org.opensaml.core.xml.XMLObjectdetach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
- 
Field Details- 
DEFAULT_ELEMENT_LOCAL_NAMEName of the element.- See Also:
 
- 
DEFAULT_ELEMENT_NAMEDefault element name.
- 
TYPE_LOCAL_NAMELocal name of the XSI type.- See Also:
 
- 
TYPE_NAMEQName of the XSI type.
- 
ISSUER_NAME_LOCAL_NAMEName of the IssuerName element.- See Also:
 
- 
SCHEME_IDENTIFIER_LOCAL_NAMEName of the SchemeIdentifier element.- See Also:
 
- 
SCHEME_TERRITORY_LOCAL_NAMEName of the SchemeTerritory element.- See Also:
 
 
- 
- 
Method Details- 
getIssuerNameString getIssuerName()Returns the name of the organization that issued a metadata service list.- Returns:
- issuer name
 
- 
setIssuerNameAssigns the name of the organization that issued a metadata service list.- Parameters:
- issuerName- issuer name
 
- 
getSchemeIdentifierString getSchemeIdentifier()Returns the unique scheme identifier for the metadata service list.- Returns:
- scheme identifier
 
- 
setSchemeIdentifierAssigns the scheme identifier for the metadata service list.- Parameters:
- schemeIdentifier- scheme identifier
 
- 
getSchemeTerritoryString getSchemeTerritory()Returns the two-letter country code for the "territory" of this scheme.- Returns:
- country code
 
- 
setSchemeTerritoryAssigns the two-letter country code for the "territory" of this scheme.- Parameters:
- schemeTerritory- country code
 
 
-