public class PropertyAppInfo extends NamedElement
Java class for PropertyAppInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyAppInfo">
<complexContent>
<extension base="{http://plasma.org/metamodel}NamedElement">
<sequence>
<element ref="{http://plasma.org/metamodel}Key" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Concurrent" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}UniqueConstraint" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}ValueConstraint" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}EnumerationConstraint" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}ValueSetConstraint" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Sort" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}XmlProperty" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Concurrent |
concurrent |
protected EnumerationConstraint |
enumerationConstraint |
protected Key |
key |
protected Sort |
sort |
protected UniqueConstraint |
uniqueConstraint |
protected String |
uri |
protected ValueConstraint |
valueConstraint |
protected ValueSetConstraint |
valueSetConstraint |
protected XmlProperty |
xmlProperty |
alias, derivation, name| Constructor and Description |
|---|
PropertyAppInfo() |
| Modifier and Type | Method and Description |
|---|---|
Concurrent |
getConcurrent()
Gets the value of the concurrent property.
|
EnumerationConstraint |
getEnumerationConstraint()
Gets the value of the enumerationConstraint property.
|
Key |
getKey()
Gets the value of the key property.
|
Sort |
getSort()
Gets the value of the sort property.
|
UniqueConstraint |
getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
String |
getUri()
Gets the value of the uri property.
|
ValueConstraint |
getValueConstraint()
Gets the value of the valueConstraint property.
|
ValueSetConstraint |
getValueSetConstraint()
Gets the value of the valueSetConstraint property.
|
XmlProperty |
getXmlProperty()
Gets the value of the xmlProperty property.
|
void |
setConcurrent(Concurrent value)
Sets the value of the concurrent property.
|
void |
setEnumerationConstraint(EnumerationConstraint value)
Sets the value of the enumerationConstraint property.
|
void |
setKey(Key value)
Sets the value of the key property.
|
void |
setSort(Sort value)
Sets the value of the sort property.
|
void |
setUniqueConstraint(UniqueConstraint value)
Sets the value of the uniqueConstraint property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setValueConstraint(ValueConstraint value)
Sets the value of the valueConstraint property.
|
void |
setValueSetConstraint(ValueSetConstraint value)
Sets the value of the valueSetConstraint property.
|
void |
setXmlProperty(XmlProperty value)
Sets the value of the xmlProperty property.
|
getAlias, getDerivation, getName, setAlias, setDerivation, setNameprotected Key key
protected Concurrent concurrent
protected UniqueConstraint uniqueConstraint
protected ValueConstraint valueConstraint
protected EnumerationConstraint enumerationConstraint
protected ValueSetConstraint valueSetConstraint
protected Sort sort
protected XmlProperty xmlProperty
protected String uri
public void setKey(Key value)
value - allowed object is
Keypublic Concurrent getConcurrent()
Concurrentpublic void setConcurrent(Concurrent value)
value - allowed object is
Concurrentpublic UniqueConstraint getUniqueConstraint()
UniqueConstraintpublic void setUniqueConstraint(UniqueConstraint value)
value - allowed object is
UniqueConstraintpublic ValueConstraint getValueConstraint()
ValueConstraintpublic void setValueConstraint(ValueConstraint value)
value - allowed object is
ValueConstraintpublic EnumerationConstraint getEnumerationConstraint()
EnumerationConstraintpublic void setEnumerationConstraint(EnumerationConstraint value)
value - allowed object is
EnumerationConstraintpublic ValueSetConstraint getValueSetConstraint()
ValueSetConstraintpublic void setValueSetConstraint(ValueSetConstraint value)
value - allowed object is
ValueSetConstraintpublic void setSort(Sort value)
value - allowed object is
Sortpublic XmlProperty getXmlProperty()
XmlPropertypublic void setXmlProperty(XmlProperty value)
value - allowed object is
XmlPropertypublic String getUri()
StringCopyright © 2017. All rights reserved.