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:lang
attribute value.void
setXMLLang
(String newLang) Sets the@xml:lang
attribute value.
-
Field Details
-
XML_LANG_ATTR_LOCAL_NAME
Thelang
attribute local name.- See Also:
-
XML_LANG_ATTR_NAME
Thexml:lang
qualified attribute name.
-
-
Method Details
-
getXMLLang
Returns the@xml:lang
attribute value.- Returns:
- The
@xml:lang
attribute value ornull
.
-
setXMLLang
Sets the@xml:lang
attribute value.- Parameters:
newLang
- The@xml:lang
attribute value
-