public class ProtocolType extends Object
Java class for ProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProtocolType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}ProtocolTypeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolTypeType |
type |
| Constructor and Description |
|---|
ProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ProtocolTypeType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setType(ProtocolTypeType value)
Sets the value of the type property.
|
String |
toString() |
ProtocolType |
withType(ProtocolTypeType value) |
protected ProtocolTypeType type
public ProtocolTypeType getType()
ProtocolTypeTypepublic void setType(ProtocolTypeType value)
value - allowed object is
ProtocolTypeTypepublic ProtocolType withType(ProtocolTypeType value)
Copyright © 2018. All rights reserved.