org.modeldriven.fuml.config
Class ValidationExemption

java.lang.Object
  extended by org.modeldriven.fuml.config.ValidationExemption

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>
 


Field Summary
protected  java.lang.String classifierName
           
protected  NamespaceDomain domain
           
protected  java.lang.String href
           
protected  java.lang.String propertyName
           
protected  ValidationExemptionType type
           
 
Constructor Summary
ValidationExemption()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected ValidationExemptionType type

domain

protected NamespaceDomain domain

classifierName

protected java.lang.String classifierName

propertyName

protected java.lang.String propertyName

href

protected java.lang.String href
Constructor Detail

ValidationExemption

public ValidationExemption()
Method Detail

getType

public ValidationExemptionType getType()
Gets the value of the type property.

Returns:
possible object is ValidationExemptionType

setType

public void setType(ValidationExemptionType value)
Sets the value of the type property.

Parameters:
value - allowed object is ValidationExemptionType

getDomain

public NamespaceDomain getDomain()
Gets the value of the domain property.

Returns:
possible object is NamespaceDomain

setDomain

public void setDomain(NamespaceDomain value)
Sets the value of the domain property.

Parameters:
value - allowed object is NamespaceDomain

getClassifierName

public java.lang.String getClassifierName()
Gets the value of the classifierName property.

Returns:
possible object is String

setClassifierName

public void setClassifierName(java.lang.String value)
Sets the value of the classifierName property.

Parameters:
value - allowed object is String

getPropertyName

public java.lang.String getPropertyName()
Gets the value of the propertyName property.

Returns:
possible object is String

setPropertyName

public void setPropertyName(java.lang.String value)
Sets the value of the propertyName property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2015. All Rights Reserved.