public class JavaField extends io.atlasmap.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://atlasmap.io/v2}Field"> <sequence> <element name="Annotations" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/> <element name="Modifiers" type="{http://atlasmap.io/java/v2}ModifierList"/> <element name="ParameterizedTypes" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="canonicalClassName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="collectionClassName" type="{http://www.w3.org/2001/XMLSchema}string" /> <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="synthetic" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected io.atlasmap.v2.StringList |
annotations |
protected String |
canonicalClassName |
protected String |
className |
protected String |
collectionClassName |
protected String |
getMethod |
protected ModifierList |
modifiers |
protected String |
name |
protected io.atlasmap.v2.StringList |
parameterizedTypes |
protected Boolean |
primitive |
protected String |
setMethod |
protected Boolean |
synthetic |
Constructor and Description |
---|
JavaField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
io.atlasmap.v2.StringList |
getAnnotations()
Gets the value of the annotations property.
|
String |
getCanonicalClassName()
Gets the value of the canonicalClassName property.
|
String |
getClassName()
Gets the value of the className property.
|
String |
getCollectionClassName()
Gets the value of the collectionClassName property.
|
String |
getGetMethod()
Gets the value of the getMethod property.
|
ModifierList |
getModifiers()
Gets the value of the modifiers property.
|
String |
getName()
Gets the value of the name property.
|
io.atlasmap.v2.StringList |
getParameterizedTypes()
Gets the value of the parameterizedTypes property.
|
String |
getSetMethod()
Gets the value of the setMethod property.
|
int |
hashCode() |
Boolean |
isPrimitive()
Gets the value of the primitive property.
|
Boolean |
isSynthetic()
Gets the value of the synthetic property.
|
void |
setAnnotations(io.atlasmap.v2.StringList value)
Sets the value of the annotations property.
|
void |
setCanonicalClassName(String value)
Sets the value of the canonicalClassName property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setCollectionClassName(String value)
Sets the value of the collectionClassName property.
|
void |
setGetMethod(String value)
Sets the value of the getMethod property.
|
void |
setModifiers(ModifierList value)
Sets the value of the modifiers property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParameterizedTypes(io.atlasmap.v2.StringList value)
Sets the value of the parameterizedTypes 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.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
protected io.atlasmap.v2.StringList annotations
protected ModifierList modifiers
protected io.atlasmap.v2.StringList parameterizedTypes
protected String name
protected String className
protected String canonicalClassName
protected String collectionClassName
protected String getMethod
protected String setMethod
protected Boolean primitive
protected Boolean synthetic
public io.atlasmap.v2.StringList getAnnotations()
StringList
public void setAnnotations(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public ModifierList getModifiers()
ModifierList
public void setModifiers(ModifierList value)
value
- allowed object is
ModifierList
public io.atlasmap.v2.StringList getParameterizedTypes()
StringList
public void setParameterizedTypes(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public String getCanonicalClassName()
String
public void setCanonicalClassName(String value)
value
- allowed object is
String
public String getCollectionClassName()
String
public void setCollectionClassName(String value)
value
- allowed object is
String
public String getGetMethod()
String
public void setGetMethod(String value)
value
- allowed object is
String
public String getSetMethod()
String
public void setSetMethod(String value)
value
- allowed object is
String
public Boolean isPrimitive()
Boolean
public void setPrimitive(Boolean value)
value
- allowed object is
Boolean
public Boolean isSynthetic()
Boolean
public void setSynthetic(Boolean value)
value
- allowed object is
Boolean
Copyright © 2019 JBoss by Red Hat. All rights reserved.