Uses of Class
org.tridas.schema.TridasAddress

Packages that use TridasAddress
org.tridas.schema   
 

Uses of TridasAddress in org.tridas.schema
 

Fields in org.tridas.schema declared as TridasAddress
protected  TridasAddress TridasLocation.address
           
protected  TridasAddress TridasLaboratory.address
           
 

Methods in org.tridas.schema that return TridasAddress
 TridasAddress ObjectFactory.createTridasAddress()
          Create an instance of TridasAddress
 TridasAddress TridasLocation.getAddress()
          Gets the value of the address property.
 TridasAddress TridasLaboratory.getAddress()
          Gets the value of the address property.
 

Methods in org.tridas.schema with parameters of type TridasAddress
 void TridasLocation.setAddress(TridasAddress value)
          Sets the value of the address property.
 void TridasLaboratory.setAddress(TridasAddress value)
          Sets the value of the address property.
 



Copyright © 2011 TRiDaS. All Rights Reserved.