|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.ValidationExemption
public class ValidationExemption
Java class for ValidationExemption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationExemption">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ValidationExemptionType" />
<attribute name="domain" type="{http://www.modeldriven.org/fuml/config}NamespaceDomain" default="uml" />
<attribute name="classifierName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ValidationExemption()
|
|
| Method Summary | |
|---|---|
String |
getClassifierName()
Gets the value of the classifierName property. |
NamespaceDomain |
getDomain()
Gets the value of the domain property. |
String |
getHref()
Gets the value of the href property. |
String |
getPropertyName()
Gets the value of the propertyName property. |
ValidationExemptionType |
getType()
Gets the value of the type property. |
void |
setClassifierName(String value)
Sets the value of the classifierName property. |
void |
setDomain(NamespaceDomain value)
Sets the value of the domain property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setPropertyName(String value)
Sets the value of the propertyName property. |
void |
setType(ValidationExemptionType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationExemption()
| Method Detail |
|---|
public ValidationExemptionType getType()
ValidationExemptionTypepublic void setType(ValidationExemptionType value)
value - allowed object is
ValidationExemptionTypepublic NamespaceDomain getDomain()
NamespaceDomainpublic void setDomain(NamespaceDomain value)
value - allowed object is
NamespaceDomainpublic String getClassifierName()
Stringpublic void setClassifierName(String value)
value - allowed object is
Stringpublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||