com.eu.miscedautils.ipxact.Design
Class NameValueTypeType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.NameValuePairType
      extended by com.eu.miscedautils.ipxact.Design.NameValueTypeType

public class NameValueTypeType
extends NameValuePairType

Name value pair with data type information.

Java class for nameValueTypeType complex type.

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

 <complexType name="nameValueTypeType">
   <complexContent>
     <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValuePairType">
       <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="usageType" default="nontyped">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="nontyped"/>
             <enumeration value="typed"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eu.miscedautils.ipxact.Design.NameValuePairType
NameValuePairType.Value
 
Constructor Summary
NameValueTypeType()
           
 
Method Summary
 java.lang.String getDataType()
          Gets the value of the dataType property.
 java.lang.String getUsageType()
          Gets the value of the usageType property.
 void setDataType(java.lang.String value)
          Sets the value of the dataType property.
 void setUsageType(java.lang.String value)
          Sets the value of the usageType property.
 
Methods inherited from class com.eu.miscedautils.ipxact.Design.NameValuePairType
getDescription, getDisplayName, getName, getOtherAttributes, getValue, getVendorExtensions, setDescription, setDisplayName, setName, setValue, setVendorExtensions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValueTypeType

public NameValueTypeType()
Method Detail

getDataType

public java.lang.String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(java.lang.String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getUsageType

public java.lang.String getUsageType()
Gets the value of the usageType property.

Returns:
possible object is String

setUsageType

public void setUsageType(java.lang.String value)
Sets the value of the usageType property.

Parameters:
value - allowed object is String