public class SchemaItem extends Object
| Constructor and Description |
|---|
SchemaItem(SchemaItem parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(ElementObject schemaItem) |
String |
getName() |
String |
getRef() |
String |
getTypeRef() |
boolean |
isMultiple() |
boolean |
isOptional() |
void |
reify(SchemaObject schemaObject) |
String |
toString() |
public SchemaItem(SchemaItem parent)
public void addElement(ElementObject schemaItem)
public void reify(SchemaObject schemaObject)
public String getName()
public String getTypeRef()
public String getRef()
public boolean isOptional()
public boolean isMultiple()
Copyright © 2021. All rights reserved.