public class RelationElementType extends Object
Java class for relationElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relationElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="modifiers" type="{}modifiersType" minOccurs="0"/>
<element name="model" type="{}attributeModelType" minOccurs="0"/>
<element name="custom-properties" type="{}customPropertiesType" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{}codeType" />
<attribute name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="metatype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cardinality">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="one"/>
<enumeration value="many"/>
</restriction>
</simpleType>
</attribute>
<attribute name="navigable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="collectiontype">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="set"/>
<enumeration value="list"/>
<enumeration value="collection"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ordered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cardinality |
protected String |
collectiontype |
protected CustomPropertiesType |
customProperties |
protected String |
description |
protected String |
metatype |
protected AttributeModelType |
model |
protected ModifiersType |
modifiers |
protected Boolean |
navigable |
protected Boolean |
ordered |
protected String |
qualifier |
protected String |
type |
| Constructor and Description |
|---|
RelationElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardinality()
Gets the value of the cardinality property.
|
String |
getCollectiontype()
Gets the value of the collectiontype property.
|
CustomPropertiesType |
getCustomProperties()
Gets the value of the customProperties property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getMetatype()
Gets the value of the metatype property.
|
AttributeModelType |
getModel()
Gets the value of the model property.
|
ModifiersType |
getModifiers()
Gets the value of the modifiers property.
|
String |
getQualifier()
Gets the value of the qualifier property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isNavigable()
Gets the value of the navigable property.
|
Boolean |
isOrdered()
Gets the value of the ordered property.
|
void |
setCardinality(String value)
Sets the value of the cardinality property.
|
void |
setCollectiontype(String value)
Sets the value of the collectiontype property.
|
void |
setCustomProperties(CustomPropertiesType value)
Sets the value of the customProperties property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMetatype(String value)
Sets the value of the metatype property.
|
void |
setModel(AttributeModelType value)
Sets the value of the model property.
|
void |
setModifiers(ModifiersType value)
Sets the value of the modifiers property.
|
void |
setNavigable(Boolean value)
Sets the value of the navigable property.
|
void |
setOrdered(Boolean value)
Sets the value of the ordered property.
|
void |
setQualifier(String value)
Sets the value of the qualifier property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String description
protected ModifiersType modifiers
protected AttributeModelType model
protected CustomPropertiesType customProperties
protected String type
protected String qualifier
protected String metatype
protected String cardinality
protected Boolean navigable
protected String collectiontype
protected Boolean ordered
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic ModifiersType getModifiers()
ModifiersTypepublic void setModifiers(ModifiersType value)
value - allowed object is ModifiersTypepublic AttributeModelType getModel()
AttributeModelTypepublic void setModel(AttributeModelType value)
value - allowed object is AttributeModelTypepublic CustomPropertiesType getCustomProperties()
CustomPropertiesTypepublic void setCustomProperties(CustomPropertiesType value)
value - allowed object is CustomPropertiesTypepublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getQualifier()
Stringpublic void setQualifier(String value)
value - allowed object is Stringpublic String getMetatype()
Stringpublic void setMetatype(String value)
value - allowed object is Stringpublic String getCardinality()
Stringpublic void setCardinality(String value)
value - allowed object is Stringpublic Boolean isNavigable()
Booleanpublic void setNavigable(Boolean value)
value - allowed object is Booleanpublic String getCollectiontype()
Stringpublic void setCollectiontype(String value)
value - allowed object is Stringpublic Boolean isOrdered()
BooleanCopyright © 2017 SAP SE. All Rights Reserved.