Class RegistryConnection

java.lang.Object
gov.nasa.pds.registry.common.connection.config.RegistryConnection

public class RegistryConnection extends Object
This terrible construct is so that xjc can autodetect this as the root node for processing. Many things would be better but this is the most workable solution especially if the making of the binding code is automated in the pom. The only other real solution is to modify one of the classes generated by hand.

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="cognitoClientId" type="{}cognito_type"/>
         <element name="ec2_credential_url" type="{}ec2_type"/>
         <element name="server_url" type="{}direct_type"/>
       </choice>
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}normalizedString" default="registry" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cognitoClientId

      protected CognitoType cognitoClientId
    • ec2CredentialUrl

      protected Ec2Type ec2CredentialUrl
    • serverUrl

      protected DirectType serverUrl
    • index

      protected String index
  • Constructor Details

    • RegistryConnection

      public RegistryConnection()
  • Method Details

    • getCognitoClientId

      public CognitoType getCognitoClientId()
      Gets the value of the cognitoClientId property.
      Returns:
      possible object is CognitoType
    • setCognitoClientId

      public void setCognitoClientId(CognitoType value)
      Sets the value of the cognitoClientId property.
      Parameters:
      value - allowed object is CognitoType
    • getEc2CredentialUrl

      public Ec2Type getEc2CredentialUrl()
      Gets the value of the ec2CredentialUrl property.
      Returns:
      possible object is Ec2Type
    • setEc2CredentialUrl

      public void setEc2CredentialUrl(Ec2Type value)
      Sets the value of the ec2CredentialUrl property.
      Parameters:
      value - allowed object is Ec2Type
    • getServerUrl

      public DirectType getServerUrl()
      Gets the value of the serverUrl property.
      Returns:
      possible object is DirectType
    • setServerUrl

      public void setServerUrl(DirectType value)
      Sets the value of the serverUrl property.
      Parameters:
      value - allowed object is DirectType
    • getIndex

      public String getIndex()
      Gets the value of the index property.
      Returns:
      possible object is String
    • setIndex

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