org.daisy.pipeline.client.models.script.arguments
Class ArgFile

java.lang.Object
  extended by org.daisy.pipeline.client.models.script.Argument
      extended by org.daisy.pipeline.client.models.script.arguments.ArgFile

public class ArgFile
extends Argument

An argument of type "anyFileURI"


Field Summary
 java.lang.String href
           
 
Fields inherited from class org.daisy.pipeline.client.models.script.Argument
desc, hide, kind, mediaTypeBlacklist, mediaTypes, name, nicename, ordered, output, required, sequence, xsdType
 
Constructor Summary
ArgFile(Argument arg, java.lang.String href)
           
 
Method Summary
 org.w3c.dom.Element asDocumentElement(org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

public java.lang.String href
Constructor Detail

ArgFile

public ArgFile(Argument arg,
               java.lang.String href)
Method Detail

asDocumentElement

public org.w3c.dom.Element asDocumentElement(org.w3c.dom.Document document)
Overrides:
asDocumentElement in class Argument