public class Objdef
extends java.lang.Object
Java class for objdef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="objdef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classdef" type="{http://www.highqsoft.com/transformer/common}classdef"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Classdef |
classdef |
protected java.lang.String |
id |
Constructor and Description |
---|
Objdef() |
Modifier and Type | Method and Description |
---|---|
Classdef |
getClassdef()
Gets the value of the classdef property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setClassdef(Classdef value)
Sets the value of the classdef property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected Classdef classdef
protected java.lang.String id
public Classdef getClassdef()
Classdef
public void setClassdef(Classdef value)
value
- allowed object is
Classdef
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String