Class WSDLLocationType

java.lang.Object
de.gematik.ws.conn.servicedirectory.WSDLLocationType

public class WSDLLocationType extends Object

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 Details

    • location

      protected String location
  • Constructor Details

    • WSDLLocationType

      public WSDLLocationType()
  • Method Details

    • getLocation

      public String getLocation()
      Gets the value of the location property.
      Returns:
      possible object is String
    • setLocation

      public void setLocation(String value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is String