Class EndpointType

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

public class EndpointType extends Object

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">
       <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

    • EndpointType

      public EndpointType()
  • 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