Class URI

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,URI>

public class URI extends AbstractXJdfType<String,URI>
Implementation of the XJDF URI data type.
  • Constructor Details

    • URI

      public URI()
      Default Constructor.
    • URI

      public URI(String uri) throws URISyntaxException
      Custom Constructor. Using this constructor will not package the file.
      Parameters:
      uri - The uri of the file.
      Throws:
      URISyntaxException
    • URI

      public URI(URI uri)
      Custom Constructor. Using this constructor will not package the file.
      Parameters:
      uri - Source uri of the file.
  • Method Details