org.oasis.was
Interface Target
- public interface Target
Java content class for Target complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="Target">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.oasis.org/was}TargetType" />
</restriction>
</complexContent>
</complexType>
getType
public TargetType getType()
- Returns:
- possible object is
TargetType
setType
public void setType(TargetType value)
- Parameters:
value
- allowed object is
TargetType
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
Copyright © OASIS. All Rights Reserved.