Class CompiledExtension
java.lang.Object
org.somda.sdc.glue.examples.extension.CompiledExtensionType
org.somda.sdc.glue.examples.extension.CompiledExtension
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class CompiledExtension
extends CompiledExtensionType
implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://biceps.extension.jaxb}CompiledExtensionType">
<attribute ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}MustUnderstand"/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.somda.sdc.glue.examples.extension.CompiledExtensionType
field1, field2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanGets the value of the mustUnderstand property.voidsetMustUnderstand(Boolean value) Sets the value of the mustUnderstand property.toString()Methods inherited from class org.somda.sdc.glue.examples.extension.CompiledExtensionType
getField1, getField2, setField1, setField2
-
Field Details
-
mustUnderstand
-
-
Constructor Details
-
CompiledExtension
public CompiledExtension()
-
-
Method Details
-
isMustUnderstand
public boolean isMustUnderstand()Gets the value of the mustUnderstand property.- Returns:
- possible object is
Boolean
-
setMustUnderstand
Sets the value of the mustUnderstand property.- Parameters:
value- allowed object isBoolean
-
toString
- Overrides:
toStringin classCompiledExtensionType
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classCompiledExtensionType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classCompiledExtensionType
-