com.eu.miscedautils.ipxact.Abstractor
Class RegisterFile.Register.Reset

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.RegisterFile.Register.Reset
Enclosing class:
RegisterFile.Register

public static class RegisterFile.Register.Reset
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value">
           <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="mask" minOccurs="0">
           <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>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RegisterFile.Register.Reset.Mask
          Java class for anonymous complex type.
static class RegisterFile.Register.Reset.Value
          Java class for anonymous complex type.
 
Constructor Summary
RegisterFile.Register.Reset()
           
 
Method Summary
 RegisterFile.Register.Reset.Mask getMask()
          Gets the value of the mask property.
 RegisterFile.Register.Reset.Value getValue()
          Gets the value of the value property.
 void setMask(RegisterFile.Register.Reset.Mask value)
          Sets the value of the mask property.
 void setValue(RegisterFile.Register.Reset.Value 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

RegisterFile.Register.Reset

public RegisterFile.Register.Reset()
Method Detail

getValue

public RegisterFile.Register.Reset.Value getValue()
Gets the value of the value property.

Returns:
possible object is RegisterFile.Register.Reset.Value

setValue

public void setValue(RegisterFile.Register.Reset.Value value)
Sets the value of the value property.

Parameters:
value - allowed object is RegisterFile.Register.Reset.Value

getMask

public RegisterFile.Register.Reset.Mask getMask()
Gets the value of the mask property.

Returns:
possible object is RegisterFile.Register.Reset.Mask

setMask

public void setMask(RegisterFile.Register.Reset.Mask value)
Sets the value of the mask property.

Parameters:
value - allowed object is RegisterFile.Register.Reset.Mask