com.eu.miscedautils.ipxact.Abstractor
Class WriteValueConstraintType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.WriteValueConstraintType

public class WriteValueConstraintType
extends java.lang.Object

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

WriteValueConstraintType

public WriteValueConstraintType()
Method Detail

isWriteAsRead

public java.lang.Boolean isWriteAsRead()
Gets the value of the writeAsRead property.

Returns:
possible object is Boolean

setWriteAsRead

public void setWriteAsRead(java.lang.Boolean value)
Sets the value of the writeAsRead property.

Parameters:
value - allowed object is Boolean

isUseEnumeratedValues

public java.lang.Boolean isUseEnumeratedValues()
Gets the value of the useEnumeratedValues property.

Returns:
possible object is Boolean

setUseEnumeratedValues

public void setUseEnumeratedValues(java.lang.Boolean value)
Sets the value of the useEnumeratedValues property.

Parameters:
value - allowed object is Boolean

getMinimum

public WriteValueConstraintType.Minimum getMinimum()
Gets the value of the minimum property.

Returns:
possible object is WriteValueConstraintType.Minimum

setMinimum

public void setMinimum(WriteValueConstraintType.Minimum value)
Sets the value of the minimum property.

Parameters:
value - allowed object is WriteValueConstraintType.Minimum

getMaximum

public WriteValueConstraintType.Maximum getMaximum()
Gets the value of the maximum property.

Returns:
possible object is WriteValueConstraintType.Maximum

setMaximum

public void setMaximum(WriteValueConstraintType.Maximum value)
Sets the value of the maximum property.

Parameters:
value - allowed object is WriteValueConstraintType.Maximum