public class JavaField extends com.mediadriver.atlas.v2.Field implements Serializable
Java class for JavaField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JavaField">
<complexContent>
<extension base="{http://mediadriver.com/atlas/v2}Field">
<sequence>
<element name="Annotations" type="{http://mediadriver.com/atlas/v2}StringList"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://mediadriver.com/atlas/v2}FieldType" />
<attribute name="getMethod" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="setMethod" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="primitive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="array" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="synthetic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected com.mediadriver.atlas.v2.StringList |
annotations |
protected Boolean |
array |
protected String |
className |
protected String |
getMethod |
protected String |
name |
protected Boolean |
primitive |
protected String |
setMethod |
protected Boolean |
synthetic |
protected com.mediadriver.atlas.v2.FieldType |
type |
protected String |
value |
| Constructor and Description |
|---|
JavaField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
com.mediadriver.atlas.v2.StringList |
getAnnotations()
Gets the value of the annotations property.
|
String |
getClassName()
Gets the value of the className property.
|
String |
getGetMethod()
Gets the value of the getMethod property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSetMethod()
Gets the value of the setMethod property.
|
com.mediadriver.atlas.v2.FieldType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
Boolean |
isArray()
Gets the value of the array property.
|
Boolean |
isPrimitive()
Gets the value of the primitive property.
|
Boolean |
isSynthetic()
Gets the value of the synthetic property.
|
void |
setAnnotations(com.mediadriver.atlas.v2.StringList value)
Sets the value of the annotations property.
|
void |
setArray(Boolean value)
Sets the value of the array property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setGetMethod(String value)
Sets the value of the getMethod property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrimitive(Boolean value)
Sets the value of the primitive property.
|
void |
setSetMethod(String value)
Sets the value of the setMethod property.
|
void |
setSynthetic(Boolean value)
Sets the value of the synthetic property.
|
void |
setType(com.mediadriver.atlas.v2.FieldType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected com.mediadriver.atlas.v2.StringList annotations
protected String name
protected String value
protected String className
protected com.mediadriver.atlas.v2.FieldType type
protected String getMethod
protected String setMethod
protected Boolean primitive
protected Boolean array
protected Boolean synthetic
public com.mediadriver.atlas.v2.StringList getAnnotations()
StringListpublic void setAnnotations(com.mediadriver.atlas.v2.StringList value)
value - allowed object is
StringListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
getValue in class com.mediadriver.atlas.v2.FieldStringpublic void setValue(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic com.mediadriver.atlas.v2.FieldType getType()
FieldTypepublic void setType(com.mediadriver.atlas.v2.FieldType value)
value - allowed object is
FieldTypepublic String getGetMethod()
Stringpublic void setGetMethod(String value)
value - allowed object is
Stringpublic String getSetMethod()
Stringpublic void setSetMethod(String value)
value - allowed object is
Stringpublic Boolean isPrimitive()
Booleanpublic void setPrimitive(Boolean value)
value - allowed object is
Booleanpublic Boolean isArray()
Booleanpublic void setArray(Boolean value)
value - allowed object is
Booleanpublic Boolean isSynthetic()
Booleanpublic void setSynthetic(Boolean value)
value - allowed object is
Booleanpublic boolean equals(Object object)
equals in class com.mediadriver.atlas.v2.Fieldpublic int hashCode()
hashCode in class com.mediadriver.atlas.v2.FieldCopyright © 2017. All rights reserved.