public class ComplexType
ComplexType corresponds to an xs:complexType. It's definition is displayed in the schema for which it belongs.
Constructor and description |
---|
ComplexType
(Schema schema, java.lang.String name, boolean completed) |
ComplexType
(ComplexTypeConfig xml, Schema schema) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getName() |
|
Schema |
getSchema() |
|
void |
save(ComplexTypeConfig xml) |
|
TypeReferenceConfig |
save() |
|
void |
setContent(Content content) |
|
void |
setSchema(Schema schema) |
|
java.lang.String |
toString() |
|
Type |
validate(Context context) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |