|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Component.WriteValueConstraintType
public class WriteValueConstraintType
A 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 | |
---|---|
static class |
WriteValueConstraintType.Maximum
Java class for anonymous complex type. |
static class |
WriteValueConstraintType.Minimum
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
WriteValueConstraintType()
|
Method Summary | |
---|---|
WriteValueConstraintType.Maximum |
getMaximum()
Gets the value of the maximum property. |
WriteValueConstraintType.Minimum |
getMinimum()
Gets the value of the minimum property. |
java.lang.Boolean |
isUseEnumeratedValues()
Gets the value of the useEnumeratedValues property. |
java.lang.Boolean |
isWriteAsRead()
Gets the value of the writeAsRead property. |
void |
setMaximum(WriteValueConstraintType.Maximum value)
Sets the value of the maximum property. |
void |
setMinimum(WriteValueConstraintType.Minimum value)
Sets the value of the minimum property. |
void |
setUseEnumeratedValues(java.lang.Boolean value)
Sets the value of the useEnumeratedValues property. |
void |
setWriteAsRead(java.lang.Boolean value)
Sets the value of the writeAsRead property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteValueConstraintType()
Method Detail |
---|
public java.lang.Boolean isWriteAsRead()
Boolean
public void setWriteAsRead(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isUseEnumeratedValues()
Boolean
public void setUseEnumeratedValues(java.lang.Boolean value)
value
- allowed object is
Boolean
public WriteValueConstraintType.Minimum getMinimum()
WriteValueConstraintType.Minimum
public void setMinimum(WriteValueConstraintType.Minimum value)
value
- allowed object is
WriteValueConstraintType.Minimum
public WriteValueConstraintType.Maximum getMaximum()
WriteValueConstraintType.Maximum
public void setMaximum(WriteValueConstraintType.Maximum value)
value
- allowed object is
WriteValueConstraintType.Maximum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |