public class JavaClass extends com.mediadriver.atlas.v2.Document implements Serializable
Java class for JavaClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JavaClass">
<complexContent>
<extension base="{http://mediadriver.com/atlas/v2}Document">
<sequence>
<element name="JavaEnumFields" type="{http://mediadriver.com/atlas/mock/v2}JavaEnumFields"/>
</sequence>
<attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fullyQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="annotation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="annonymous" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="array" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enumeration" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="interface" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="localClass" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="memberClass" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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 Boolean |
_interface |
protected Boolean |
annonymous |
protected Boolean |
annotation |
protected Boolean |
array |
protected String |
className |
protected Boolean |
enumeration |
protected String |
fullyQualifiedName |
protected JavaEnumFields |
javaEnumFields |
protected Boolean |
localClass |
protected Boolean |
memberClass |
protected String |
packageName |
protected Boolean |
primitive |
protected Boolean |
synthetic |
| Constructor and Description |
|---|
JavaClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getClassName()
Gets the value of the className property.
|
String |
getFullyQualifiedName()
Gets the value of the fullyQualifiedName property.
|
JavaEnumFields |
getJavaEnumFields()
Gets the value of the javaEnumFields property.
|
String |
getPackageName()
Gets the value of the packageName property.
|
int |
hashCode() |
Boolean |
isAnnonymous()
Gets the value of the annonymous property.
|
Boolean |
isAnnotation()
Gets the value of the annotation property.
|
Boolean |
isArray()
Gets the value of the array property.
|
Boolean |
isEnumeration()
Gets the value of the enumeration property.
|
Boolean |
isInterface()
Gets the value of the interface property.
|
Boolean |
isLocalClass()
Gets the value of the localClass property.
|
Boolean |
isMemberClass()
Gets the value of the memberClass property.
|
Boolean |
isPrimitive()
Gets the value of the primitive property.
|
Boolean |
isSynthetic()
Gets the value of the synthetic property.
|
void |
setAnnonymous(Boolean value)
Sets the value of the annonymous property.
|
void |
setAnnotation(Boolean value)
Sets the value of the annotation property.
|
void |
setArray(Boolean value)
Sets the value of the array property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setEnumeration(Boolean value)
Sets the value of the enumeration property.
|
void |
setFullyQualifiedName(String value)
Sets the value of the fullyQualifiedName property.
|
void |
setInterface(Boolean value)
Sets the value of the interface property.
|
void |
setJavaEnumFields(JavaEnumFields value)
Sets the value of the javaEnumFields property.
|
void |
setLocalClass(Boolean value)
Sets the value of the localClass property.
|
void |
setMemberClass(Boolean value)
Sets the value of the memberClass property.
|
void |
setPackageName(String value)
Sets the value of the packageName property.
|
void |
setPrimitive(Boolean value)
Sets the value of the primitive property.
|
void |
setSynthetic(Boolean value)
Sets the value of the synthetic property.
|
protected JavaEnumFields javaEnumFields
protected String className
protected String packageName
protected String fullyQualifiedName
protected Boolean annotation
protected Boolean annonymous
protected Boolean array
protected Boolean enumeration
protected Boolean _interface
protected Boolean localClass
protected Boolean memberClass
protected Boolean primitive
protected Boolean synthetic
public JavaEnumFields getJavaEnumFields()
JavaEnumFieldspublic void setJavaEnumFields(JavaEnumFields value)
value - allowed object is
JavaEnumFieldspublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getPackageName()
Stringpublic void setPackageName(String value)
value - allowed object is
Stringpublic String getFullyQualifiedName()
Stringpublic void setFullyQualifiedName(String value)
value - allowed object is
Stringpublic Boolean isAnnotation()
Booleanpublic void setAnnotation(Boolean value)
value - allowed object is
Booleanpublic Boolean isAnnonymous()
Booleanpublic void setAnnonymous(Boolean value)
value - allowed object is
Booleanpublic Boolean isArray()
Booleanpublic void setArray(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnumeration()
Booleanpublic void setEnumeration(Boolean value)
value - allowed object is
Booleanpublic Boolean isInterface()
Booleanpublic void setInterface(Boolean value)
value - allowed object is
Booleanpublic Boolean isLocalClass()
Booleanpublic void setLocalClass(Boolean value)
value - allowed object is
Booleanpublic Boolean isMemberClass()
Booleanpublic void setMemberClass(Boolean value)
value - allowed object is
Booleanpublic Boolean isPrimitive()
Booleanpublic void setPrimitive(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.Documentpublic int hashCode()
hashCode in class com.mediadriver.atlas.v2.DocumentCopyright © 2017. All rights reserved.