Class WSDLLocationType
java.lang.Object
de.gematik.ws.conn.servicedirectory.WSDLLocationType
Java class for WSDLLocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WSDLLocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Location" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<maxLength value="2048"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.voidsetLocation(String value) Sets the value of the location property.