public class BandwidthGroupTargeting extends Object implements Serializable
LineItem.| Constructor and Description |
|---|
BandwidthGroupTargeting() |
BandwidthGroupTargeting(Boolean isTargeted,
Technology[] bandwidthGroups) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Technology[] |
getBandwidthGroups()
Gets the bandwidthGroups value for this BandwidthGroupTargeting.
|
Technology |
getBandwidthGroups(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getIsTargeted()
Gets the isTargeted value for this BandwidthGroupTargeting.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBandwidthGroups(int i,
Technology _value) |
void |
setBandwidthGroups(Technology[] bandwidthGroups)
Sets the bandwidthGroups value for this BandwidthGroupTargeting.
|
void |
setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this BandwidthGroupTargeting.
|
String |
toString() |
public BandwidthGroupTargeting()
public BandwidthGroupTargeting(Boolean isTargeted, Technology[] bandwidthGroups)
public Boolean getIsTargeted()
true.public void setIsTargeted(Boolean isTargeted)
isTargeted - * Indicates whether bandwidth groups should be targeted or excluded.
This
attribute is optional and defaults to true.public Technology[] getBandwidthGroups()
LineItem.public void setBandwidthGroups(Technology[] bandwidthGroups)
bandwidthGroups - * The bandwidth groups that are being targeted or excluded by
the
LineItem.public Technology getBandwidthGroups(int i)
public void setBandwidthGroups(int i,
Technology _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.