public class ShareTargetReach extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="share-targets">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="share-target" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tvalues">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tvalue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ShareTargets |
shareTargets |
| Constructor and Description |
|---|
ShareTargetReach() |
| Modifier and Type | Method and Description |
|---|---|
ShareTargets |
getShareTargets()
Gets the value of the shareTargets property.
|
void |
setShareTargets(ShareTargets value)
Sets the value of the shareTargets property.
|
protected ShareTargets shareTargets
public ShareTargets getShareTargets()
ShareTargetspublic void setShareTargets(ShareTargets value)
value - allowed object is
ShareTargetsApache Camel