Package org.accellera.IPXACT_1685_2014
Class ComplexTiedValueType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexTiedValueType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class ComplexTiedValueType extends java.lang.ObjectAn unsigned longint expression that resolves to the value set {0, 1, ...} or open or default. It is derived from longintExpression and it supports an expression value.Java class for complexTiedValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="complexTiedValueType"> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>simpleTiedValueType"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}any.att"/> <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}int" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ComplexTiedValueType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMaximum()Gets the value of the maximum property.java.lang.IntegergetMinimum()Gets the value of the minimum property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.java.lang.StringgetValue()Gets the value of the value property.voidsetMaximum(java.lang.Integer value)Sets the value of the maximum property.voidsetMinimum(java.lang.Integer value)Sets the value of the minimum property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String value
-
minimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Integer minimum
-
maximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Integer maximum
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setValue(java.lang.String value)Sets the value of the value property.- Parameters:
value- allowed object isString
-
getMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Integer getMinimum()Gets the value of the minimum property.- Returns:
- possible object is
Integer
-
setMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setMinimum(java.lang.Integer value)Sets the value of the minimum property.- Parameters:
value- allowed object isInteger
-
getMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Integer getMaximum()Gets the value of the maximum property.- Returns:
- possible object is
Integer
-
setMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setMaximum(java.lang.Integer value)Sets the value of the maximum property.- Parameters:
value- allowed object isInteger
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
-