Class TargetsType

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

public class TargetsType extends Object
List of provisioning targets

Java class for targetsType complex type.

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

 <complexType name="targetsType">
   <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="target" type="{http://www.tremolosecurity.com/tremoloConfig}targetType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TargetsType

      public TargetsType()
  • 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
    • getTarget

      public List<TargetType> getTarget()
      Gets the value of the target 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 target property.

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

          getTarget().add(newItem);
       

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