Package io.atlasmap.xml.v2
Class Restriction
java.lang.Object
io.atlasmap.xml.v2.Restriction
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()Gets the value of the type property.getValue()Gets the value of the value property.inthashCode()voidsetType(RestrictionType value) Sets the value of the type property.voidSets 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()
-