public class ComplexType extends ODataType
| Constructor and Description |
|---|
ComplexType(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexType |
getBaseType()
Returns the parent type this type inherits from.
|
List<ComplexType> |
getComplexTypes()
Returns the list of complex types this type inherits from.
|
void |
setComplexTypes(List<ComplexType> complexTypes)
Sets the list of complex types this type inherits from.
|
compareTo, getClassName, getComplexProperties, getFullClassName, getImportedJavaClasses, getImportedTypes, getPackageName, getProperties, getSchema, isAbstractType, setAbstractType, setBaseType, setComplexProperties, setProperties, setSchemaequals, getName, getNormalizedName, hashCode, toStringpublic ComplexType(String name)
name - The name of this type.public ComplexType getBaseType()
getBaseType in class ODataTypepublic List<ComplexType> getComplexTypes()
public void setComplexTypes(List<ComplexType> complexTypes)
complexTypes - The list of complex types this type inherits from.Copyright © 2005–2015. All rights reserved.