public class SchemaRequestBody extends OCFOMASAPIRequestBody
| Modifier and Type | Field and Description |
|---|---|
protected List<SchemaAttribute> |
schemaAttributes |
protected SchemaType |
schemaType |
| Constructor and Description |
|---|
SchemaRequestBody()
Default constructor
|
SchemaRequestBody(SchemaRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaAttribute> |
getSchemaAttributes()
Return the names of the zones that this asset is a member of.
|
SchemaType |
getSchemaType()
Return the type of owner stored in the owner property.
|
void |
setSchemaAttributes(List<SchemaAttribute> schemaAttributes)
Set up the names of the zones that this asset is a member of.
|
void |
setSchemaType(SchemaType schemaType)
Set up the owner type for this asset.
|
toStringprotected SchemaType schemaType
protected List<SchemaAttribute> schemaAttributes
public SchemaRequestBody()
public SchemaRequestBody(SchemaRequestBody template)
template - object to copypublic SchemaType getSchemaType()
public void setSchemaType(SchemaType schemaType)
schemaType - OwnerType enumpublic List<SchemaAttribute> getSchemaAttributes()
public void setSchemaAttributes(List<SchemaAttribute> schemaAttributes)
schemaAttributes - list of zone namesCopyright © 2018–2020 ODPi. All rights reserved.