Package org.opensaml.core.xml
Interface LangBearing
- All Known Subinterfaces:
Description,DisplayName,InformationURL,Keywords,LocalizedName,LocalizedURI,Logo,OrganizationDisplayName,OrganizationName,OrganizationURL,PrivacyStatementURL,RegistrationPolicy,ServiceDescription,ServiceName,UsagePolicy
- All Known Implementing Classes:
DescriptionImpl,DisplayNameImpl,InformationURLImpl,KeywordsImpl,LocalizedNameImpl,LocalizedURIImpl,LogoImpl,OrganizationDisplayNameImpl,OrganizationNameImpl,OrganizationURLImpl,PrivacyStatementURLImpl,RegistrationPolicyImpl,ServiceDescriptionImpl,ServiceNameImpl,UsagePolicyImpl
public interface LangBearing
Interface for element having a
@xml:lang attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the@xml:langattribute value.voidsetXMLLang(String newLang) Sets the@xml:langattribute value.
-
Field Details
-
XML_LANG_ATTR_LOCAL_NAME
Thelangattribute local name.- See Also:
-
XML_LANG_ATTR_NAME
Thexml:langqualified attribute name.
-
-
Method Details
-
getXMLLang
Returns the@xml:langattribute value.- Returns:
- The
@xml:langattribute value ornull.
-
setXMLLang
Sets the@xml:langattribute value.- Parameters:
newLang- The@xml:langattribute value
-