org.plasma.provisioning
Class XmlProperty

java.lang.Object
  extended by org.plasma.provisioning.XmlProperty

public class XmlProperty
extends Object

This stereotype provides modelling-context specific alternative names for UML named elements within a model. While a UML logical model often differs greatly from a physical model for example, the intent is to provide enough naming and other context specific information to make the physical model entirely reflective or derivitive of the UML logical model. In other words support the generation of multiple context-specific models from a single UML logical model. Modelling context specific names or aliases are particularly important as they often differ greatly between modelling contexts due to various standard naming conventions or technology limitations such as name length.

Java class for XmlProperty complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XmlProperty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="nodeType" use="required" type="{http://www.servicelabs.org/plasma/provisioning}XmlNodeType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlNodeType nodeType
           
 
Constructor Summary
XmlProperty()
           
 
Method Summary
 XmlNodeType getNodeType()
          Gets the value of the nodeType property.
 void setNodeType(XmlNodeType value)
          Sets the value of the nodeType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeType

protected XmlNodeType nodeType
Constructor Detail

XmlProperty

public XmlProperty()
Method Detail

getNodeType

public XmlNodeType getNodeType()
Gets the value of the nodeType property.

Returns:
possible object is XmlNodeType

setNodeType

public void setNodeType(XmlNodeType value)
Sets the value of the nodeType property.

Parameters:
value - allowed object is XmlNodeType


Copyright © 2014. All rights reserved.