Class TargetType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected DynamicPortalUrlsTypeprotected Stringprotected TargetConfigTypeprotected List<TargetAttributeType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the className property.Gets the value of the dynamicTargets property.getLabel()Gets the value of the label property.getName()Gets the value of the name property.Gets the value of the params property.Gets the value of the targetAttribute property.voidsetClassName(String value) Sets the value of the className property.voidSets the value of the dynamicTargets property.voidSets the value of the name property.voidsetParams(TargetConfigType value) Sets the value of the params property.
-
Field Details
-
dynamicTargets
-
params
-
targetAttribute
-
annotation
-
label
-
name
-
className
-
-
Constructor Details
-
TargetType
public TargetType()
-
-
Method Details
-
getDynamicTargets
Gets the value of the dynamicTargets property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicTargets
Sets the value of the dynamicTargets property.- Parameters:
value- allowed object isDynamicPortalUrlsType
-
getParams
Gets the value of the params property.- Returns:
- possible object is
TargetConfigType
-
setParams
Sets the value of the params property.- Parameters:
value- allowed object isTargetConfigType
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
-
setName
-
getClassName
-
setClassName
-