|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.extension.repository.xwiki.model.jaxb.ExtensionDependency
public class ExtensionDependency
Java class for ExtensionDependency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionDependency">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="constraint" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
constraint
|
protected String |
id
|
| Constructor Summary | |
|---|---|
ExtensionDependency()
|
|
| Method Summary | |
|---|---|
String |
getConstraint()
Gets the value of the constraint property. |
String |
getId()
Gets the value of the id property. |
void |
setConstraint(String value)
Sets the value of the constraint property. |
void |
setId(String value)
Sets the value of the id property. |
ExtensionDependency |
withConstraint(String value)
|
ExtensionDependency |
withId(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String constraint
| Constructor Detail |
|---|
public ExtensionDependency()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getConstraint()
Stringpublic void setConstraint(String value)
value - allowed object is
Stringpublic ExtensionDependency withId(String value)
public ExtensionDependency withConstraint(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||