Class AbstractMetadataValueSAMLObject

    • Field Detail

      • value

        private String value
        The value for this metadata object.
    • Constructor Detail

      • AbstractMetadataValueSAMLObject

        protected AbstractMetadataValueSAMLObject​(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 Detail

      • getValue

        public String getValue()
        Get the value for this metadata object.
        Returns:
        The value for this metadata object.
      • setValue

        public void setValue​(String newValue)
        Set the value for this metadata object.
        Parameters:
        newValue - What to set.
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()