Modifier and Type | Field and Description |
---|---|
protected MetadataSchemaElementType |
MetadataFieldGroupType.schema |
protected MetadataSchemaElementType |
MetadataFieldType.schema |
Modifier and Type | Field and Description |
---|---|
protected List<MetadataSchemaElementType> |
MetadataSchemaGroupType.field |
protected List<MetadataSchemaElementType> |
MetadataSchemaGroupType.group |
Modifier and Type | Method and Description |
---|---|
MetadataSchemaElementType |
ObjectFactory.createMetadataSchemaElementType()
Create an instance of
MetadataSchemaElementType |
MetadataSchemaElementType |
MetadataFieldGroupType.getSchema()
Gets the value of the schema property.
|
MetadataSchemaElementType |
MetadataFieldType.getSchema()
Gets the value of the schema property.
|
MetadataSchemaElementType |
MetadataSchemaElementType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataSchemaElementType |
MetadataSchemaElementType.withMax(int value) |
MetadataSchemaElementType |
MetadataSchemaElementType.withMin(int value) |
MetadataSchemaElementType |
MetadataSchemaElementType.withName(String value) |
MetadataSchemaElementType |
MetadataSchemaElementType.withReference(boolean value) |
Modifier and Type | Method and Description |
---|---|
List<MetadataSchemaElementType> |
MetadataSchemaGroupType.getField()
Gets the value of the field property.
|
List<MetadataSchemaElementType> |
MetadataSchemaGroupType.getGroup()
Gets the value of the group property.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFieldGroupType.setSchema(MetadataSchemaElementType value)
Sets the value of the schema property.
|
void |
MetadataFieldType.setSchema(MetadataSchemaElementType value)
Sets the value of the schema property.
|
MetadataSchemaGroupType |
MetadataSchemaGroupType.withField(MetadataSchemaElementType... values) |
MetadataSchemaGroupType |
MetadataSchemaGroupType.withGroup(MetadataSchemaElementType... values) |
MetadataFieldGroupType |
MetadataFieldGroupType.withSchema(MetadataSchemaElementType value) |
MetadataFieldType |
MetadataFieldType.withSchema(MetadataSchemaElementType value) |
Modifier and Type | Method and Description |
---|---|
MetadataSchemaGroupType |
MetadataSchemaGroupType.withField(Collection<MetadataSchemaElementType> values) |
MetadataSchemaGroupType |
MetadataSchemaGroupType.withGroup(Collection<MetadataSchemaElementType> values) |
Copyright © 2017. All rights reserved.