Class RegistryConnection
java.lang.Object
gov.nasa.pds.registry.common.connection.config.RegistryConnection
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CognitoTypeprotected Ec2Typeprotected Stringprotected DirectType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cognitoClientId property.Gets the value of the ec2CredentialUrl property.getIndex()Gets the value of the index property.Gets the value of the serverUrl property.voidsetCognitoClientId(CognitoType value) Sets the value of the cognitoClientId property.voidsetEc2CredentialUrl(Ec2Type value) Sets the value of the ec2CredentialUrl property.voidSets the value of the index property.voidsetServerUrl(DirectType value) Sets the value of the serverUrl property.
-
Field Details
-
cognitoClientId
-
ec2CredentialUrl
-
serverUrl
-
index
-
-
Constructor Details
-
RegistryConnection
public RegistryConnection()
-
-
Method Details
-
getCognitoClientId
Gets the value of the cognitoClientId property.- Returns:
- possible object is
CognitoType
-
setCognitoClientId
Sets the value of the cognitoClientId property.- Parameters:
value- allowed object isCognitoType
-
getEc2CredentialUrl
Gets the value of the ec2CredentialUrl property.- Returns:
- possible object is
Ec2Type
-
setEc2CredentialUrl
Sets the value of the ec2CredentialUrl property.- Parameters:
value- allowed object isEc2Type
-
getServerUrl
Gets the value of the serverUrl property.- Returns:
- possible object is
DirectType
-
setServerUrl
Sets the value of the serverUrl property.- Parameters:
value- allowed object isDirectType
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
String
-
setIndex
Sets the value of the index property.- Parameters:
value- allowed object isString
-