Class TargetType

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

public class TargetType extends Object
A provisioning target is a resource that can be used to write user data from a workflow

Java class for targetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="targetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dynamicTargets" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
         <element name="params" type="{http://www.tremolosecurity.com/tremoloConfig}targetConfigType" minOccurs="0"/>
         <element name="targetAttribute" type="{http://www.tremolosecurity.com/tremoloConfig}targetAttributeType" maxOccurs="unbounded"/>
         <element name="annotation" type="{http://www.tremolosecurity.com/tremoloConfig}nameValue" maxOccurs="unbounded" minOccurs="0"/>
         <element name="label" type="{http://www.tremolosecurity.com/tremoloConfig}nameValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TargetType

      public TargetType()
  • Method Details

    • getDynamicTargets

      public DynamicPortalUrlsType getDynamicTargets()
      Gets the value of the dynamicTargets property.
      Returns:
      possible object is DynamicPortalUrlsType
    • setDynamicTargets

      public void setDynamicTargets(DynamicPortalUrlsType value)
      Sets the value of the dynamicTargets property.
      Parameters:
      value - allowed object is DynamicPortalUrlsType
    • getParams

      public TargetConfigType getParams()
      Gets the value of the params property.
      Returns:
      possible object is TargetConfigType
    • setParams

      public void setParams(TargetConfigType value)
      Sets the value of the params property.
      Parameters:
      value - allowed object is TargetConfigType
    • getTargetAttribute

      public List<TargetAttributeType> getTargetAttribute()
      Gets the value of the targetAttribute property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the targetAttribute property.

      For example, to add a new item, do as follows:

          getTargetAttribute().add(newItem);
       

      Objects of the following type(s) are allowed in the list TargetAttributeType

    • getAnnotation

      public List<NameValue> getAnnotation()
      Gets the value of the annotation property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the annotation property.

      For example, to add a new item, do as follows:

          getAnnotation().add(newItem);
       

      Objects of the following type(s) are allowed in the list NameValue

    • getLabel

      public List<NameValue> getLabel()
      Gets the value of the label property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the label property.

      For example, to add a new item, do as follows:

          getLabel().add(newItem);
       

      Objects of the following type(s) are allowed in the list NameValue

    • 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
    • getClassName

      public String getClassName()
      Gets the value of the className property.
      Returns:
      possible object is String
    • setClassName

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