Class NameValueTypeType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
-
- org.spiritconsortium.SPIRIT_1685_2009.NameValueTypeType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public class NameValueTypeType extends NameValuePairTypeName 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 org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
NameValuePairType.Value
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdataTypeprotected java.lang.StringusageType-
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
description, displayName, name, value, vendorExtensions
-
-
Constructor Summary
Constructors Constructor Description NameValueTypeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataType()Gets the value of the dataType property.java.lang.StringgetUsageType()Gets the value of the usageType property.voidsetDataType(java.lang.String value)Sets the value of the dataType property.voidsetUsageType(java.lang.String value)Sets the value of the usageType property.-
Methods inherited from class org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
getDescription, getDisplayName, getName, getOtherAttributes, getValue, getVendorExtensions, setDescription, setDisplayName, setName, setValue, setVendorExtensions
-
-
-
-
Field Detail
-
dataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String dataType
-
usageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String usageType
-
-
Method Detail
-
getDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public java.lang.String getDataType()Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setDataType(java.lang.String value)Sets the value of the dataType property.- Parameters:
value- allowed object isString
-
getUsageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public java.lang.String getUsageType()Gets the value of the usageType property.- Returns:
- possible object is
String
-
setUsageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setUsageType(java.lang.String value)Sets the value of the usageType property.- Parameters:
value- allowed object isString
-
-