Save This Page
Home » openjdk-7 » net.sourceforge.harness.xml » jaxb » [javadoc | source]
net.sourceforge.harness.xml.jaxb
public class: TestCase [javadoc | source]
java.lang.Object
   javax.xml.bind.MarshallableObject
      net.sourceforge.harness.xml.jaxb.TestCase

All Implemented Interfaces:
    Element

Method from net.sourceforge.harness.xml.jaxb.TestCase Summary:
deletePropertyList,   emptyPropertyList,   equals,   getClassName,   getDescription,   getExecution,   getMessages,   getName,   getPropertyList,   getResult,   hashCode,   marshal,   newDispatcher,   setClassName,   setDescription,   setExecution,   setMessages,   setName,   setResult,   toString,   unmarshal,   unmarshal,   unmarshal,   unmarshal,   validate,   validateThis
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sourceforge.harness.xml.jaxb.TestCase Detail:
 public  void deletePropertyList() 
 public  void emptyPropertyList() 
 public boolean equals(Object ob) 
 public String getClassName() 
 public Description getDescription() 
 public Execution getExecution() 
 public Messages getMessages() 
 public String getName() 
 public List getPropertyList() 
 public ResultEnum getResult() 
 public int hashCode() 
 public  void marshal(Marshaller m) throws IOException 
 public static Dispatcher newDispatcher() 
 public  void setClassName(String _ClassName) 
 public  void setDescription(Description _Description) 
 public  void setExecution(Execution _Execution) 
 public  void setMessages(Messages _Messages) 
 public  void setName(String _Name) 
 public  void setResult(ResultEnum _Result) 
 public String toString() 
 public  void unmarshal(Unmarshaller u) throws UnmarshalException 
 public static TestCase unmarshal(InputStream in) throws UnmarshalException 
 public static TestCase unmarshal(XMLScanner xs) throws UnmarshalException 
 public static TestCase unmarshal(XMLScanner xs,
    Dispatcher d) throws UnmarshalException 
 public  void validate(Validator v) throws StructureValidationException 
    JAXB 1.0 EA bug fix for handling optional elements
 public  void validateThis() throws LocalValidationException