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
Fields Modifier and Type Field Description protected BooleanmustUnderstand-
Fields inherited from class org.somda.sdc.glue.examples.extension.CompiledExtensionType
field1, field2
-
-
Constructor Summary
Constructors Constructor Description CompiledExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanisMustUnderstand()Gets the value of the mustUnderstand property.voidsetMustUnderstand(Boolean value)Sets the value of the mustUnderstand property.StringtoString()-
Methods inherited from class org.somda.sdc.glue.examples.extension.CompiledExtensionType
getField1, getField2, setField1, setField2
-
-
-
-
Field Detail
-
mustUnderstand
protected Boolean mustUnderstand
-
-
Method Detail
-
isMustUnderstand
public boolean isMustUnderstand()
Gets the value of the mustUnderstand property.- Returns:
- possible object is
Boolean
-
setMustUnderstand
public void setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand property.- Parameters:
value- allowed object isBoolean
-
toString
public String 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
-
-