public class OperatingSystemTargeting extends Object implements Serializable
LineItem.| Constructor and Description |
|---|
OperatingSystemTargeting() |
OperatingSystemTargeting(Boolean isTargeted,
Technology[] operatingSystems) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getIsTargeted()
Gets the isTargeted value for this OperatingSystemTargeting.
|
Technology[] |
getOperatingSystems()
Gets the operatingSystems value for this OperatingSystemTargeting.
|
Technology |
getOperatingSystems(int i) |
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 |
setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this OperatingSystemTargeting.
|
void |
setOperatingSystems(int i,
Technology _value) |
void |
setOperatingSystems(Technology[] operatingSystems)
Sets the operatingSystems value for this OperatingSystemTargeting.
|
public OperatingSystemTargeting()
public OperatingSystemTargeting(Boolean isTargeted, Technology[] operatingSystems)
public Boolean getIsTargeted()
true.public void setIsTargeted(Boolean isTargeted)
isTargeted - * Indicates whether operating systems should be targeted or excluded.
This
attribute is optional and defaults to true.public Technology[] getOperatingSystems()
LineItem.public void setOperatingSystems(Technology[] operatingSystems)
operatingSystems - * Operating systems that are being targeted or excluded by the
LineItem.public Technology getOperatingSystems(int i)
public void setOperatingSystems(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 © 2013. All Rights Reserved.