public class OperatingSystemVersionTargeting extends Object implements Serializable
| Constructor and Description |
|---|
OperatingSystemVersionTargeting() |
OperatingSystemVersionTargeting(Technology[] targetedOperatingSystemVersions,
Technology[] excludedOperatingSystemVersions) |
| 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
|
Technology[] |
getExcludedOperatingSystemVersions()
Gets the excludedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
|
Technology |
getExcludedOperatingSystemVersions(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Technology[] |
getTargetedOperatingSystemVersions()
Gets the targetedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
|
Technology |
getTargetedOperatingSystemVersions(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setExcludedOperatingSystemVersions(int i,
Technology _value) |
void |
setExcludedOperatingSystemVersions(Technology[] excludedOperatingSystemVersions)
Sets the excludedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
|
void |
setTargetedOperatingSystemVersions(int i,
Technology _value) |
void |
setTargetedOperatingSystemVersions(Technology[] targetedOperatingSystemVersions)
Sets the targetedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
|
String |
toString() |
public OperatingSystemVersionTargeting()
public OperatingSystemVersionTargeting(Technology[] targetedOperatingSystemVersions, Technology[] excludedOperatingSystemVersions)
public Technology[] getTargetedOperatingSystemVersions()
public void setTargetedOperatingSystemVersions(Technology[] targetedOperatingSystemVersions)
targetedOperatingSystemVersions - public Technology getTargetedOperatingSystemVersions(int i)
public void setTargetedOperatingSystemVersions(int i,
Technology _value)
public Technology[] getExcludedOperatingSystemVersions()
public void setExcludedOperatingSystemVersions(Technology[] excludedOperatingSystemVersions)
excludedOperatingSystemVersions - public Technology getExcludedOperatingSystemVersions(int i)
public void setExcludedOperatingSystemVersions(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 © 2022. All rights reserved.