Class HostedServiceType
- java.lang.Object
-
- org.somda.sdc.dpws.model.HostedServiceType
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class HostedServiceType extends Object implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for HostedServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostedServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.w3.org/2005/08/addressing}EndpointReference" maxOccurs="unbounded"/> <element ref="{http://docs.oasis-open.org/ws-dd/ns/dpws/2009/01}Types"/> <element ref="{http://docs.oasis-open.org/ws-dd/ns/dpws/2009/01}ServiceId"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description HostedServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)List<Object>getAny()Gets the value of the any property.List<EndpointReferenceType>getEndpointReference()Gets the value of the endpointReference property.Map<QName,String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.StringgetServiceId()Ruft den Wert der serviceId-Eigenschaft ab.List<QName>getTypes()Gets the value of the types property.inthashCode()voidsetAny(List<Object> value)voidsetEndpointReference(List<EndpointReferenceType> value)voidsetServiceId(String value)Legt den Wert der serviceId-Eigenschaft fest.voidsetTypes(List<QName> value)StringtoString()
-
-
-
Method Detail
-
getEndpointReference
public List<EndpointReferenceType> getEndpointReference()
Gets the value of the endpointReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the endpointReference property.For example, to add a new item, do as follows:
getEndpointReference().add(newItem);Objects of the following type(s) are allowed in the list
EndpointReferenceType
-
getTypes
public List<QName> getTypes()
Gets the value of the types property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the types property.For example, to add a new item, do as follows:
getTypes().add(newItem);Objects of the following type(s) are allowed in the list
QName
-
getServiceId
public String getServiceId()
Ruft den Wert der serviceId-Eigenschaft ab.- Returns:
- possible object is
String
-
setServiceId
public void setServiceId(String value)
Legt den Wert der serviceId-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getAny
public List<Object> getAny()
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ElementObject
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
setEndpointReference
public void setEndpointReference(List<EndpointReferenceType> value)
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-