org.xwiki.extension.repository.xwiki.model.jaxb
Class ExtensionDependency

java.lang.Object
  extended by org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionDependency

public class ExtensionDependency
extends Object

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

id

protected String id

constraint

protected String constraint
Constructor Detail

ExtensionDependency

public ExtensionDependency()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getConstraint

public String getConstraint()
Gets the value of the constraint property.

Returns:
possible object is String

setConstraint

public void setConstraint(String value)
Sets the value of the constraint property.

Parameters:
value - allowed object is String

withId

public ExtensionDependency withId(String value)

withConstraint

public ExtensionDependency withConstraint(String value)


Copyright © 2004-2013 XWiki. All Rights Reserved.