public class ValidationExemption
extends java.lang.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 java.lang.String |
classifierName |
protected NamespaceDomain |
domain |
protected java.lang.String |
href |
protected java.lang.String |
propertyName |
protected ValidationExemptionType |
type |
| Constructor and Description |
|---|
ValidationExemption() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassifierName()
Gets the value of the classifierName property.
|
NamespaceDomain |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getHref()
Gets the value of the href property.
|
java.lang.String |
getPropertyName()
Gets the value of the propertyName property.
|
ValidationExemptionType |
getType()
Gets the value of the type property.
|
void |
setClassifierName(java.lang.String value)
Sets the value of the classifierName property.
|
void |
setDomain(NamespaceDomain value)
Sets the value of the domain property.
|
void |
setHref(java.lang.String value)
Sets the value of the href property.
|
void |
setPropertyName(java.lang.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 java.lang.String classifierName
protected java.lang.String propertyName
protected java.lang.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 java.lang.String getClassifierName()
Stringpublic void setClassifierName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPropertyName()
Stringpublic void setPropertyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
StringCopyright © 2016. All Rights Reserved.