|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour.xsd line 4)
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}typedef" minOccurs="0"/> <element ref="{}pointcut" maxOccurs="unbounded"/> </sequence> <attribute name="descr" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Method Summary | |
java.lang.String |
getDescr()
Gets the value of the descr property. |
java.util.List |
getPointcut()
Gets the value of the Pointcut property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.String |
getTypedef()
Gets the value of the typedef property. |
boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setDescr(java.lang.String value)
Sets the value of the descr property. |
void |
setEnabled(boolean value)
Sets the value of the enabled property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setTypedef(java.lang.String value)
Sets the value of the typedef property. |
Method Detail |
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescr()
String
public void setDescr(java.lang.String value)
value
- allowed object is
String
public java.util.List getPointcut()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the Pointcut property.
For example, to add a new item, do as follows:
getPointcut().add(newItem);
Objects of the following type(s) are allowed in the list
Pointcut
PointcutType
public boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.String getTypedef()
String
public void setTypedef(java.lang.String value)
value
- allowed object is
String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |