Class XSStringImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSStringImpl
All Implemented Interfaces:
XSString, XMLObject
Direct Known Subclasses:
AbstractNameIDType, ActionImpl, ActionImpl, ArtifactImpl, AssertionArtifactImpl, AssertionIDReferenceImpl, AssertionIDRefImpl, BinaryExchangeImpl, CarriedKeyNameImpl, ChallengeImpl, CompanyImpl, DerivedKeyNameImpl, DomainHintImpl, EncTypeImpl, FaultStringImpl, GivenNameImpl, IdReferenceTypeImpl, IPHintImpl, KeyNameImpl, LocalizedNameImpl, MasterKeyNameImpl, MgmtDataImpl, NameIdentifierImpl, NewIDImpl, ReasonImpl, RelayStateImpl, SessionIndexImpl, SourceIDImpl, StatusMessageImpl, StatusMessageImpl, SurNameImpl, TelephoneNumberImpl, X509IssuerNameImpl, X509SubjectNameImpl, XPathImpl

public class XSStringImpl extends AbstractXMLObject implements XSString
Concrete implementation of XSString.
  • Field Details

    • value

      private String value
      Value of this string element.
  • Constructor Details

    • XSStringImpl

      protected XSStringImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getValue

      public String getValue()
      Gets the string.
      Specified by:
      getValue in interface XSString
      Returns:
      the string
    • setValue

      public void setValue(String newValue)
      Sets the string.
      Specified by:
      setValue in interface XSString
      Parameters:
      newValue - the string value
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements