org.ow2.util.plan.bindings.repository
Class Repository

java.lang.Object
  extended by org.ow2.util.plan.bindings.repository.Repository
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtendedRepository

public class Repository
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

type

protected RepositoryKind type

url

protected String url

id

protected String id
Constructor Detail

Repository

public Repository()
Method Detail

getType

public RepositoryKind getType()
Gets the value of the type property.

Returns:
possible object is RepositoryKind

setType

public void setType(RepositoryKind value)
Sets the value of the type property.

Parameters:
value - allowed object is RepositoryKind

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

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


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.