public static class Scan.Exclude.IfSystemProperty extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
Constructor and Description |
---|
IfSystemProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
String |
getValue()
Ruft den Wert der value-Eigenschaft ab.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setValue(String value)
Legt den Wert der value-Eigenschaft fest.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getValue()
String
Copyright © 2015 buschmais GbR. All rights reserved.