org.plasma.provisioning
Class PropertyAppInfo

java.lang.Object
  extended by org.plasma.provisioning.Element
      extended by org.plasma.provisioning.NamedElement
          extended by org.plasma.provisioning.PropertyAppInfo

public class PropertyAppInfo
extends NamedElement

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  java.lang.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.
 java.lang.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(java.lang.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

key

protected Key key

concurrent

protected Concurrent concurrent

uniqueConstraint

protected UniqueConstraint uniqueConstraint

valueConstraint

protected ValueConstraint valueConstraint

enumerationConstraint

protected EnumerationConstraint enumerationConstraint

valueSetConstraint

protected ValueSetConstraint valueSetConstraint

sort

protected Sort sort

xmlProperty

protected XmlProperty xmlProperty

uri

protected java.lang.String uri
Constructor Detail

PropertyAppInfo

public PropertyAppInfo()
Method Detail

getKey

public Key getKey()
Gets the value of the key property.

Returns:
possible object is Key

setKey

public void setKey(Key value)
Sets the value of the key property.

Parameters:
value - allowed object is Key

getConcurrent

public Concurrent getConcurrent()
Gets the value of the concurrent property.

Returns:
possible object is Concurrent

setConcurrent

public void setConcurrent(Concurrent value)
Sets the value of the concurrent property.

Parameters:
value - allowed object is Concurrent

getUniqueConstraint

public UniqueConstraint getUniqueConstraint()
Gets the value of the uniqueConstraint property.

Returns:
possible object is UniqueConstraint

setUniqueConstraint

public void setUniqueConstraint(UniqueConstraint value)
Sets the value of the uniqueConstraint property.

Parameters:
value - allowed object is UniqueConstraint

getValueConstraint

public ValueConstraint getValueConstraint()
Gets the value of the valueConstraint property.

Returns:
possible object is ValueConstraint

setValueConstraint

public void setValueConstraint(ValueConstraint value)
Sets the value of the valueConstraint property.

Parameters:
value - allowed object is ValueConstraint

getEnumerationConstraint

public EnumerationConstraint getEnumerationConstraint()
Gets the value of the enumerationConstraint property.

Returns:
possible object is EnumerationConstraint

setEnumerationConstraint

public void setEnumerationConstraint(EnumerationConstraint value)
Sets the value of the enumerationConstraint property.

Parameters:
value - allowed object is EnumerationConstraint

getValueSetConstraint

public ValueSetConstraint getValueSetConstraint()
Gets the value of the valueSetConstraint property.

Returns:
possible object is ValueSetConstraint

setValueSetConstraint

public void setValueSetConstraint(ValueSetConstraint value)
Sets the value of the valueSetConstraint property.

Parameters:
value - allowed object is ValueSetConstraint

getSort

public Sort getSort()
Gets the value of the sort property.

Returns:
possible object is Sort

setSort

public void setSort(Sort value)
Sets the value of the sort property.

Parameters:
value - allowed object is Sort

getXmlProperty

public XmlProperty getXmlProperty()
Gets the value of the xmlProperty property.

Returns:
possible object is XmlProperty

setXmlProperty

public void setXmlProperty(XmlProperty value)
Sets the value of the xmlProperty property.

Parameters:
value - allowed object is XmlProperty

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.