Package org.icatproject
Class GetEntityInfo
- java.lang.Object
-
- org.icatproject.GetEntityInfo
-
public class GetEntityInfo extends Object
Java class for getEntityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEntityInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="beanName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetEntityInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeanName()Gets the value of the beanName property.voidsetBeanName(String value)Sets the value of the beanName property.
-
-
-
Field Detail
-
beanName
protected String beanName
-
-