public class LicenseType extends License
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
type |
protected java.lang.String |
value |
LICENSE_DIR| Constructor and Description |
|---|
LicenseType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
checkAccepted, compareTo, equals, getLicenseHash, hashCode, setAccepted, toStringprotected java.lang.String value
protected java.lang.String id
protected java.lang.String type
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getType()
public void setType(java.lang.String value)
public ObjectFactory createFactory()