|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.plan.bindings.repository.Repository
public class Repository
The repositoryType type represents a Repository
Java class for repositoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="repositoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://jonas.ow2.org/ns/deployment-plan/repositories/1.0}repositoryKind"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected RepositoryKind |
type
|
protected String |
url
|
| Constructor Summary | |
|---|---|
Repository()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
RepositoryKind |
getType()
Gets the value of the type property. |
String |
getUrl()
Gets the value of the url property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setType(RepositoryKind value)
Sets the value of the type property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RepositoryKind type
protected String url
protected String id
| Constructor Detail |
|---|
public Repository()
| Method Detail |
|---|
public RepositoryKind getType()
RepositoryKindpublic void setType(RepositoryKind value)
value - allowed object is
RepositoryKindpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||