Package org.opensaml.core.xml.schema
Interface XSURI
- All Superinterfaces:
XMLObject
- All Known Subinterfaces:
Action
,ActionNamespace
,AdditionalMetadataLocation
,Address
,AffiliateMember
,AssertionURIRef
,AttributedURI
,AttributedURI
,AttributeProfile
,Audience
,Audience
,AuthenticatingAuthority
,AuthenticationType
,AuthnContextClassRef
,AuthnContextDeclRef
,CanonicalizationAlgorithm
,Code
,ComputedKey
,ComputedKeyAlgorithm
,ConfirmationMethod
,EmailAddress
,EncryptionAlgorithm
,EncryptWith
,FaultActor
,GeolocationHint
,GetComplete
,InformationURL
,KeyType
,KeyWrapAlgorithm
,LocalizedURI
,Logo
,MessageID
,NameIDFormat
,OrganizationURL
,PrivacyStatementURL
,ProblemIRI
,RegistrationPolicy
,RelatesTo
,RequesterID
,RequestType
,SignatureAlgorithm
,SignWith
,SoapAction
,To
,TokenType
,UsagePolicy
- All Known Implementing Classes:
ActionImpl
,ActionNamespaceImpl
,AdditionalMetadataLocationImpl
,AddressImpl
,AffiliateMemberImpl
,AssertionURIRefImpl
,AttributedURIImpl
,AttributedURIImpl
,AttributeProfileImpl
,AudienceImpl
,AudienceImpl
,AuthenticatingAuthorityImpl
,AuthenticationTypeImpl
,AuthnContextClassRefImpl
,AuthnContextDeclRefImpl
,CanonicalizationAlgorithmImpl
,CodeImpl
,ComputedKeyAlgorithmImpl
,ComputedKeyImpl
,ConfirmationMethodImpl
,EmailAddressImpl
,EncryptionAlgorithmImpl
,EncryptWithImpl
,FaultActorImpl
,GeolocationHintImpl
,GetCompleteImpl
,InformationURLImpl
,KeyTypeImpl
,KeyWrapAlgorithmImpl
,LocalizedURIImpl
,LogoImpl
,MessageIDImpl
,NameIDFormatImpl
,OrganizationURLImpl
,PrivacyStatementURLImpl
,ProblemIRIImpl
,RegistrationPolicyImpl
,RelatesToImpl
,RequesterIDImpl
,RequestTypeImpl
,SignatureAlgorithmImpl
,SignWithImpl
,SoapActionImpl
,ToImpl
,TokenTypeImpl
,UsagePolicyImpl
,XSURIImpl
XMLObject that represents an XML schema URI content bearing element.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetURI()
Gets the URI content of the element.default String
getValue()
Deprecated, for removal: This API element is subject to removal in a future version.void
Sets the URI content of the element.default void
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getURI
Gets the URI content of the element.- Returns:
- the URI content of the element
-
setURI
Sets the URI content of the element.- Parameters:
uri
- the URI content of the element
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the URI content of the element.- Returns:
- the URI content of the element
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Sets the URI content of the element.- Parameters:
uri
- the URI content of the element
-