Class CompiledExtensionType
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class CompiledExtensionType implements Cloneable, CopyTo, ToString
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>
-
-
Constructor Summary
Constructors Constructor Description CompiledExtensionType()
-
Method Summary
Modifier and Type Method Description StringgetField1()Gets the value of the field1 property. voidsetField1(String value)Sets the value of the field1 property. BigIntegergetField2()Gets the value of the field2 property. voidsetField2(BigInteger value)Sets the value of the field2 property. booleanequals(Object object)inthashCode()StringtoString()StringBuilderappend(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)StringBuilderappendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(ObjectLocator locator, Object target, CopyStrategy strategy)ObjectcreateNewInstance()-
-
Method Detail
-
getField1
String getField1()
Gets the value of the field1 property.
- Returns:
possibleobject is String
-
setField1
void setField1(String value)
Sets the value of the field1 property.
- Parameters:
value- allowed object is String
-
getField2
BigInteger getField2()
Gets the value of the field2 property.
- Returns:
possibleobject is BigInteger
-
setField2
void setField2(BigInteger value)
Sets the value of the field2 property.
- Parameters:
value- allowed object is BigInteger
-
hashCode
int hashCode()
-
append
StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
appendFields
StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
createNewInstance
Object createNewInstance()
-
-
-
-