org.modeldriven.fuml.config
Class ValidationExemption

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

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>
 


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

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 String getClassifierName()
Gets the value of the classifierName property.

Returns:
possible object is String

setClassifierName

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

Parameters:
value - allowed object is String

getPropertyName

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

Returns:
possible object is String

setPropertyName

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

Parameters:
value - allowed object is String

getHref

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

Returns:
possible object is String

setHref

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

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.