Package org.apache.openejb.jee
Class Scan.Exclude.IfSystemProperty
- java.lang.Object
-
- org.apache.openejb.jee.Scan.Exclude.IfSystemProperty
-
- Enclosing class:
- Scan.Exclude
public static class Scan.Exclude.IfSystemProperty extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
-
-
Constructor Summary
Constructors Constructor Description IfSystemProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Obtient la valeur de la propriété name.StringgetValue()Obtient la valeur de la propriété value.voidsetName(String value)Définit la valeur de la propriété name.voidsetValue(String value)Définit la valeur de la propriété value.
-
-
-
Method Detail
-
getName
public String getName()
Obtient la valeur de la propriété name.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Définit la valeur de la propriété name.- Parameters:
value- allowed object isString
-
getValue
public String getValue()
Obtient la valeur de la propriété value.- Returns:
- possible object is
String
-
-