Class CompiledExtensionType
java.lang.Object
org.somda.sdc.glue.examples.extension.CompiledExtensionType
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
CompiledExtension
Java class for CompiledExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompiledExtensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Field1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Field2" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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) Gets the value of the field1 property.Gets the value of the field2 property.voidSets the value of the field1 property.voidsetField2(BigInteger value) Sets the value of the field2 property.toString()
-
Field Details
-
field1
-
field2
-
-
Constructor Details
-
CompiledExtensionType
public CompiledExtensionType()
-
-
Method Details
-
getField1
Gets the value of the field1 property.- Returns:
- possible object is
String
-
setField1
Sets the value of the field1 property.- Parameters:
value- allowed object isString
-
getField2
Gets the value of the field2 property.- Returns:
- possible object is
BigInteger
-
setField2
Sets the value of the field2 property.- Parameters:
value- allowed object isBigInteger
-
toString
-
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
-
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
-