Class TargetAttributeType
java.lang.Object
com.tremolosecurity.config.xml.TargetAttributeType
Mapping from Unison to the provisioning target
Java class for targetAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="targetAttributeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="static"/> <enumeration value="user"/> <enumeration value="custom"/> </restriction> </simpleType> </attribute> <attribute name="targetType" default="string"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="string"/> <enumeration value="int"/> <enumeration value="long"/> <enumeration value="date"/> <enumeration value="timestamp"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the source property.Gets the value of the sourceType property.Gets the value of the targetType property.void
Sets the value of the name property.void
Sets the value of the source property.void
setSourceType
(String value) Sets the value of the sourceType property.void
setTargetType
(String value) Sets the value of the targetType property.
-
Field Details
-
name
-
source
-
sourceType
-
targetType
-
-
Constructor Details
-
TargetAttributeType
public TargetAttributeType()
-
-
Method Details
-
getName
-
setName
-
getSource
-
setSource
-
getSourceType
-
setSourceType
-
getTargetType
-
setTargetType
-