|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Deployref
public class Deployref
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="default" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
_default
|
protected Object |
ref
|
Constructor Summary | |
---|---|
Deployref()
|
Method Summary | |
---|---|
Object |
getRef()
Gets the value of the ref property. |
boolean |
isDefault()
Gets the value of the default property. |
void |
setDefault(boolean value)
Sets the value of the default property. |
void |
setRef(Object value)
Sets the value of the ref property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Object ref
protected boolean _default
Constructor Detail |
---|
public Deployref()
Method Detail |
---|
public Object getRef()
Object
public void setRef(Object value)
value
- allowed object is
Object
public boolean isDefault()
public void setDefault(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |