com.android.repository.impl.generated.v1
Class LicenseType

java.lang.Object
  extended by com.android.repository.api.License
      extended by com.android.repository.impl.generated.v1.LicenseType

public class LicenseType
extends License

DO NOT EDIT This file was generated by xjc from repo-common-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. A license definition. Such a license must be used later as a reference using a uses-license element in one of the package elements.

Java class for licenseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="licenseType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" fixed="text" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  java.lang.String type
           
protected  java.lang.String value
           
 
Constructor Summary
LicenseType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class com.android.repository.api.License
checkAccepted, equals, getLicenseHash, hashCode, setAccepted, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

id

protected java.lang.String id

type

protected java.lang.String type
Constructor Detail

LicenseType

public LicenseType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Specified by:
getValue in class License
Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Specified by:
setValue in class License
Parameters:
value - allowed object is String

getId

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

Specified by:
getId in class License
Returns:
possible object is String

setId

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

Specified by:
setId in class License
Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Overrides:
getType in class License
Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Overrides:
setType in class License
Parameters:
value - allowed object is String

createFactory

public ObjectFactory createFactory()