|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.wsdl.extensions.http.HTTPAddressImpl
| Field Summary | |
|---|---|
protected QName |
elementType
|
protected java.lang.String |
locationURI
|
protected java.lang.Boolean |
required
|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
HTTPAddressImpl()
|
|
| Method Summary | |
|---|---|
QName |
getElementType()
Get the type of this extensibility element. |
java.lang.String |
getLocationURI()
Get the location URI for this HTTP address. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
void |
setElementType(QName elementType)
Set the type of this extensibility element. |
void |
setLocationURI(java.lang.String locationURI)
Set the location URI for this HTTP address. |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String locationURI
public static final long serialVersionUID
| Constructor Detail |
public HTTPAddressImpl()
| Method Detail |
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(java.lang.Boolean required)
setRequired in interface ExtensibilityElementpublic java.lang.Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setLocationURI(java.lang.String locationURI)
setLocationURI in interface HTTPAddresslocationURI - the desired location URIpublic java.lang.String getLocationURI()
getLocationURI in interface HTTPAddresspublic java.lang.String toString()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||