Class WriteValueConstraintType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.WriteValueConstraintType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class WriteValueConstraintType extends java.lang.ObjectA constraint on the values that can be written to this field. Absence of this element implies that any value that fits can be written to it.Java class for writeValueConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="writeValueConstraintType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="writeAsRead" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="useEnumeratedValues" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <sequence> <element name="minimum"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element name="maximum"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/> </extension> </simpleContent> </complexType> </element> </sequence> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWriteValueConstraintType.MaximumJava class for anonymous complex type.static classWriteValueConstraintType.MinimumJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected WriteValueConstraintType.Maximummaximumprotected WriteValueConstraintType.Minimumminimumprotected java.lang.BooleanuseEnumeratedValuesprotected java.lang.BooleanwriteAsRead
-
Constructor Summary
Constructors Constructor Description WriteValueConstraintType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriteValueConstraintType.MaximumgetMaximum()Gets the value of the maximum property.WriteValueConstraintType.MinimumgetMinimum()Gets the value of the minimum property.java.lang.BooleanisUseEnumeratedValues()Gets the value of the useEnumeratedValues property.java.lang.BooleanisWriteAsRead()Gets the value of the writeAsRead property.voidsetMaximum(WriteValueConstraintType.Maximum value)Sets the value of the maximum property.voidsetMinimum(WriteValueConstraintType.Minimum value)Sets the value of the minimum property.voidsetUseEnumeratedValues(java.lang.Boolean value)Sets the value of the useEnumeratedValues property.voidsetWriteAsRead(java.lang.Boolean value)Sets the value of the writeAsRead property.
-
-
-
Field Detail
-
writeAsRead
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Boolean writeAsRead
-
useEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Boolean useEnumeratedValues
-
minimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected WriteValueConstraintType.Minimum minimum
-
maximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected WriteValueConstraintType.Maximum maximum
-
-
Method Detail
-
isWriteAsRead
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Boolean isWriteAsRead()Gets the value of the writeAsRead property.- Returns:
- possible object is
Boolean
-
setWriteAsRead
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setWriteAsRead(java.lang.Boolean value)Sets the value of the writeAsRead property.- Parameters:
value- allowed object isBoolean
-
isUseEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Boolean isUseEnumeratedValues()Gets the value of the useEnumeratedValues property.- Returns:
- possible object is
Boolean
-
setUseEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setUseEnumeratedValues(java.lang.Boolean value)Sets the value of the useEnumeratedValues property.- Parameters:
value- allowed object isBoolean
-
getMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public WriteValueConstraintType.Minimum getMinimum()Gets the value of the minimum property.- Returns:
- possible object is
WriteValueConstraintType.Minimum
-
setMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setMinimum(WriteValueConstraintType.Minimum value)Sets the value of the minimum property.- Parameters:
value- allowed object isWriteValueConstraintType.Minimum
-
getMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public WriteValueConstraintType.Maximum getMaximum()Gets the value of the maximum property.- Returns:
- possible object is
WriteValueConstraintType.Maximum
-
setMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setMaximum(WriteValueConstraintType.Maximum value)Sets the value of the maximum property.- Parameters:
value- allowed object isWriteValueConstraintType.Maximum
-
-