|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.Element
org.plasma.provisioning.NamedElement
org.plasma.provisioning.PropertyAppInfo
public class PropertyAppInfo
Application specific provisioning information for a property element
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://www.servicelabs.org/plasma/provisioning}NamedElement">
<sequence>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Key" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Concurrent" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}UniqueConstraint" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}ValueConstraint" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}EnumerationConstraint" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}ValueSetConstraint" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Sort" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}XmlProperty" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
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
|
| Fields inherited from class org.plasma.provisioning.NamedElement |
|---|
alias, derivation, name |
| Fields inherited from class org.plasma.provisioning.Element |
|---|
id |
| Constructor Summary | |
|---|---|
PropertyAppInfo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.plasma.provisioning.NamedElement |
|---|
getAlias, getDerivation, getName, setAlias, setDerivation, setName |
| Methods inherited from class org.plasma.provisioning.Element |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected 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
| Constructor Detail |
|---|
public PropertyAppInfo()
| Method Detail |
|---|
public Key getKey()
Keypublic 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 Sort getSort()
Sortpublic void setSort(Sort value)
value - allowed object is
Sortpublic XmlProperty getXmlProperty()
XmlPropertypublic void setXmlProperty(XmlProperty value)
value - allowed object is
XmlPropertypublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||