Package org.accellera.IPXACT_1685_2014
Class FieldType.ModifiedWriteValue
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.FieldType.ModifiedWriteValue
-
- Enclosing class:
- FieldType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public static class FieldType.ModifiedWriteValue extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>modifiedWriteValueType"> <attribute name="modify" type="{http://www.w3.org/2001/XMLSchema}Name" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringmodifyprotected ModifiedWriteValueTypevalue
-
Constructor Summary
Constructors Constructor Description ModifiedWriteValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetModify()Gets the value of the modify property.ModifiedWriteValueTypegetValue()Gets the value of the value property.voidsetModify(java.lang.String value)Sets the value of the modify property.voidsetValue(ModifiedWriteValueType 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="2026-01-14T04:58:58Z") protected ModifiedWriteValueType value
-
modify
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String modify
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ModifiedWriteValueType getValue()Gets the value of the value property.- Returns:
- possible object is
ModifiedWriteValueType
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setValue(ModifiedWriteValueType value)Sets the value of the value property.- Parameters:
value- allowed object isModifiedWriteValueType
-
getModify
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getModify()Gets the value of the modify property.- Returns:
- possible object is
String
-
setModify
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setModify(java.lang.String value)Sets the value of the modify property.- Parameters:
value- allowed object isString
-
-