Class RegisterFile.Register.Reset
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.RegisterFile.Register.Reset
-
- Enclosing class:
- RegisterFile.Register
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public static class RegisterFile.Register.Reset extends java.lang.ObjectJava 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
Nested Classes Modifier and Type Class Description static classRegisterFile.Register.Reset.MaskJava class for anonymous complex type.static classRegisterFile.Register.Reset.ValueJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected RegisterFile.Register.Reset.Maskmaskprotected RegisterFile.Register.Reset.Valuevalue
-
Constructor Summary
Constructors Constructor Description Reset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegisterFile.Register.Reset.MaskgetMask()Gets the value of the mask property.RegisterFile.Register.Reset.ValuegetValue()Gets the value of the value property.voidsetMask(RegisterFile.Register.Reset.Mask value)Sets the value of the mask property.voidsetValue(RegisterFile.Register.Reset.Value value)Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected RegisterFile.Register.Reset.Value value
-
mask
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected RegisterFile.Register.Reset.Mask mask
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public RegisterFile.Register.Reset.Value getValue()Gets the value of the value property.- Returns:
- possible object is
RegisterFile.Register.Reset.Value
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setValue(RegisterFile.Register.Reset.Value value)Sets the value of the value property.- Parameters:
value- allowed object isRegisterFile.Register.Reset.Value
-
getMask
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public RegisterFile.Register.Reset.Mask getMask()Gets the value of the mask property.- Returns:
- possible object is
RegisterFile.Register.Reset.Mask
-
setMask
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setMask(RegisterFile.Register.Reset.Mask value)Sets the value of the mask property.- Parameters:
value- allowed object isRegisterFile.Register.Reset.Mask
-
-