org.oasis.was
Interface AttackCharacteristic
- public interface AttackCharacteristic
Java content class for AttackCharacteristic complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="AttackCharacteristic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="group" use="required" type="{http://www.oasis.org/was}ProfileGroupType" />
<attribute name="subgroup" use="required" type="{http://www.oasis.org/was}ProfileSubgroupType" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
getName
public java.lang.String getName()
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Parameters:
value
- allowed object is
String
getSubgroup
public ProfileSubgroupType getSubgroup()
- Returns:
- possible object is
ProfileSubgroupType
setSubgroup
public void setSubgroup(ProfileSubgroupType value)
- Parameters:
value
- allowed object is
ProfileSubgroupType
getGroup
public ProfileGroupType getGroup()
- Returns:
- possible object is
ProfileGroupType
setGroup
public void setGroup(ProfileGroupType value)
- Parameters:
value
- allowed object is
ProfileGroupType
Copyright © OASIS. All Rights Reserved.