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
public class CompiledExtensionType extends Object implements org.jvnet.jaxb2_commons.lang.ToString2
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 Modifier and Type Field Description protected Stringfield1protected BigIntegerfield2
-
Constructor Summary
Constructors Constructor Description CompiledExtensionType()
-
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)StringgetField1()Gets the value of the field1 property.BigIntegergetField2()Gets the value of the field2 property.voidsetField1(String value)Sets the value of the field1 property.voidsetField2(BigInteger value)Sets the value of the field2 property.StringtoString()
-
-
-
Field Detail
-
field1
protected String field1
-
field2
protected BigInteger field2
-
-
Method Detail
-
getField1
public String getField1()
Gets the value of the field1 property.- Returns:
- possible object is
String
-
setField1
public void setField1(String value)
Sets the value of the field1 property.- Parameters:
value- allowed object isString
-
getField2
public BigInteger getField2()
Gets the value of the field2 property.- Returns:
- possible object is
BigInteger
-
setField2
public void setField2(BigInteger value)
Sets the value of the field2 property.- Parameters:
value- allowed object isBigInteger
-
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
-
-