public class

EntityDescription

extends Object
java.lang.Object
   ↳ com.clarizen.api.metadata.EntityDescription
Known Direct Subclasses

Class Overview

Java class for EntityDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EntityDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Fields" type="{http://clarizen.com/api/metadata}ArrayOfFieldDescription" minOccurs="0"/>
         <element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidStates" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
         <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LabelPlural" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfFieldDescription fields
protected String label
protected String labelPlural
protected String typeName
protected StringList validStates
Public Constructors
EntityDescription()
Public Methods
ArrayOfFieldDescription getFields()
Gets the value of the fields property.
String getLabel()
Gets the value of the label property.
String getLabelPlural()
Gets the value of the labelPlural property.
String getTypeName()
Gets the value of the typeName property.
StringList getValidStates()
Gets the value of the validStates property.
void setFields(ArrayOfFieldDescription value)
Sets the value of the fields property.
void setLabel(String value)
Sets the value of the label property.
void setLabelPlural(String value)
Sets the value of the labelPlural property.
void setTypeName(String value)
Sets the value of the typeName property.
void setValidStates(StringList value)
Sets the value of the validStates property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfFieldDescription fields

protected String label

protected String labelPlural

protected String typeName

protected StringList validStates

Public Constructors

public EntityDescription ()

Public Methods

public ArrayOfFieldDescription getFields ()

Gets the value of the fields property.

Returns

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

public String getLabelPlural ()

Gets the value of the labelPlural property.

Returns
  • possible object is String

public String getTypeName ()

Gets the value of the typeName property.

Returns
  • possible object is String

public StringList getValidStates ()

Gets the value of the validStates property.

Returns

public void setFields (ArrayOfFieldDescription value)

Sets the value of the fields property.

Parameters
value Allowed object is ArrayOfFieldDescription

public void setLabel (String value)

Sets the value of the label property.

Parameters
value Allowed object is String

public void setLabelPlural (String value)

Sets the value of the labelPlural property.

Parameters
value Allowed object is String

public void setTypeName (String value)

Sets the value of the typeName property.

Parameters
value Allowed object is String

public void setValidStates (StringList value)

Sets the value of the validStates property.

Parameters
value Allowed object is StringList