public class ValidationExemption extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classifierName |
protected NamespaceDomain |
domain |
protected String |
href |
protected String |
propertyName |
protected ValidationExemptionType |
type |
| Constructor and Description |
|---|
ValidationExemption() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected ValidationExemptionType type
protected NamespaceDomain domain
protected String classifierName
protected String propertyName
protected String href
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()
StringCopyright © 2023. All rights reserved.