Class TargetAttributeType

java.lang.Object
com.tremolosecurity.config.xml.TargetAttributeType

public class TargetAttributeType extends Object
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 Details

    • name

      protected String name
    • source

      protected String source
    • sourceType

      protected String sourceType
    • targetType

      protected String targetType
  • Constructor Details

    • TargetAttributeType

      public TargetAttributeType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • getSourceType

      public String getSourceType()
      Gets the value of the sourceType property.
      Returns:
      possible object is String
    • setSourceType

      public void setSourceType(String value)
      Sets the value of the sourceType property.
      Parameters:
      value - allowed object is String
    • getTargetType

      public String getTargetType()
      Gets the value of the targetType property.
      Returns:
      possible object is String
    • setTargetType

      public void setTargetType(String value)
      Sets the value of the targetType property.
      Parameters:
      value - allowed object is String