public class EndpointType extends TypeWithOtherAttributes
Java class for EndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ResponseLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any |
protected URI |
binding |
protected URI |
location |
protected URI |
responseLocation |
otherAttributes
Constructor and Description |
---|
EndpointType(URI binding,
URI location) |
Modifier and Type | Method and Description |
---|---|
void |
addObject(Object obj)
Add an object
|
List<Object> |
getAny()
Gets the value of the any property.
|
URI |
getBinding()
Gets the value of the binding property.
|
URI |
getLocation()
Gets the value of the location property.
|
URI |
getResponseLocation()
Gets the value of the responseLocation property.
|
void |
removeObject(Object obj)
remove an object
|
void |
setResponseLocation(URI value)
Sets the value of the responseLocation property.
|
addOtherAttribute, getOtherAttributes, removeOtherAttribute
protected URI binding
protected URI location
protected URI responseLocation
public void addObject(Object obj)
obj
- public void removeObject(Object obj)
obj
- public URI getBinding()
URI
public URI getLocation()
URI
public URI getResponseLocation()
URI
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.