Package io.atlasmap.xml.v2
Class Restriction
java.lang.Object
io.atlasmap.xml.v2.Restriction
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
Gets the value of the type property.getValue()
Gets the value of the value property.int
hashCode()
void
setType
(RestrictionType value) Sets the value of the type property.void
Sets the value of the value property.
-
Field Details
-
type
-
value
-
-
Constructor Details
-
Restriction
public Restriction()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
RestrictionType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isRestrictionType
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
equals
-
hashCode
public int hashCode()
-