com.eu.miscedautils.ipxact.Abstractor
Class FieldType.Testable

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.FieldType.Testable
Enclosing class:
FieldType

public static class FieldType.Testable
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
       <attribute name="testConstraint" default="unconstrained">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="unconstrained"/>
             <enumeration value="restore"/>
             <enumeration value="writeAsRead"/>
             <enumeration value="readOnly"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
FieldType.Testable()
           
 
Method Summary
 java.lang.String getTestConstraint()
          Gets the value of the testConstraint property.
 boolean isValue()
          Gets the value of the value property.
 void setTestConstraint(java.lang.String value)
          Sets the value of the testConstraint property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldType.Testable

public FieldType.Testable()
Method Detail

isValue

public boolean isValue()
Gets the value of the value property.


setValue

public void setValue(boolean value)
Sets the value of the value property.


getTestConstraint

public java.lang.String getTestConstraint()
Gets the value of the testConstraint property.

Returns:
possible object is String

setTestConstraint

public void setTestConstraint(java.lang.String value)
Sets the value of the testConstraint property.

Parameters:
value - allowed object is String