|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivationFile
This is the file specification used to activate the profile. The missing value will be the location of a file that needs to exist, and if it doesn't the profile will be activated. On the other hand exists will test for the existence of the file and if it is there the profile will be activated.
Java class for ActivationFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="missing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="exists" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getExists()
Gets the value of the exists property. |
String |
getMissing()
Gets the value of the missing property. |
void |
setExists(String value)
Sets the value of the exists property. |
void |
setMissing(String value)
Sets the value of the missing property. |
| Method Detail |
|---|
String getMissing()
Stringvoid setMissing(String value)
value - allowed object is
StringString getExists()
Stringvoid setExists(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||