|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.ServiceBindingType
public class ServiceBindingType
Java class for ServiceBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceBindingType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SpecificationLink" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="service" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="accessURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="targetBinding" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
accessURI
|
protected java.lang.String |
service
|
protected java.util.List<SpecificationLinkType> |
specificationLinks
|
protected java.lang.String |
targetBinding
|
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
---|
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo |
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
home, id, slots |
Constructor Summary | |
---|---|
ServiceBindingType()
|
Method Summary | |
---|---|
java.lang.String |
getAccessURI()
Gets the value of the accessURI property. |
java.lang.String |
getService()
Gets the value of the service property. |
java.util.List<SpecificationLinkType> |
getSpecificationLinks()
Gets the value of the specificationLinks property. |
java.lang.String |
getTargetBinding()
Gets the value of the targetBinding property. |
void |
setAccessURI(java.lang.String value)
Sets the value of the accessURI property. |
void |
setService(java.lang.String value)
Sets the value of the service property. |
void |
setTargetBinding(java.lang.String value)
Sets the value of the targetBinding property. |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
---|
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
getHome, getId, getSlots, setHome, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<SpecificationLinkType> specificationLinks
protected java.lang.String service
protected java.lang.String accessURI
protected java.lang.String targetBinding
Constructor Detail |
---|
public ServiceBindingType()
Method Detail |
---|
public java.util.List<SpecificationLinkType> getSpecificationLinks()
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 set
method for the specificationLinks property.
For example, to add a new item, do as follows:
getSpecificationLinks().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificationLinkType
public java.lang.String getService()
String
public void setService(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAccessURI()
String
public void setAccessURI(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetBinding()
String
public void setTargetBinding(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |