Class Interface
java.lang.Object
org.javastro.ivoa.entities.regtap.Interface
- All Implemented Interfaces:
Serializable,Identifier
- Author:
- Paul Harrison <paul.harrison@manchester.ac.uk> 04-Feb-2013
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInterface(InterfacePK interfacePK) Interface(InterfacePK interfacePK, String urlUse, String accessUrl) Interface(Resource vr, Capability cap, short s, String urlUse, String accessUrl) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCapability(Capability capability) booleanshortgetIndex()getIvoid()overrides @see org.javastro.ivoa.entities.regtap.Identifier#getIvoid()inthashCode()voidsetAccessUrl(String accessUrl) voidsetCapIndex(short capIndex) voidsetInterfacePK(InterfacePK interfacePK) voidsetIntfParamList(List<IntfParam> intfParamList) voidsetIntfRole(String intfRole) voidsetIntfType(String intfType) voidoverrides @see org.javastro.ivoa.entities.regtap.PKIndex#setIvoid(java.lang.String)voidsetPKIndex(short idx) voidsetQueryType(String queryType) voidsetResultType(String resultType) voidsetStdVersion(String stdVersion) voidvoidsetWsdlUrl(String wsdlUrl) toString()
-
Field Details
-
interfacePK
-
-
Constructor Details
-
Interface
public Interface() -
Interface
-
Interface
-
Interface
-
Interface
- Parameters:
vr-cap-s-string-string2-
-
-
Method Details
-
getInterfacePK
-
setInterfacePK
-
getIntfType
-
setIntfType
-
getIntfRole
-
setIntfRole
-
getStdVersion
-
setStdVersion
-
getQueryType
-
setQueryType
-
getResultType
-
setResultType
-
getWsdlUrl
-
setWsdlUrl
-
getUrlUse
-
setUrlUse
-
getAccessUrl
-
setAccessUrl
-
getIntfParamList
-
setIntfParamList
-
getCapability
-
addToCapability
-
getCapIndex
- Returns:
- the capIndex
-
setCapIndex
public void setCapIndex(short capIndex) - Parameters:
capIndex- the capIndex to set
-
hashCode
public int hashCode() -
equals
-
toString
-
getIndex
public short getIndex() -
setPKIndex
public void setPKIndex(short idx) -
setIvoid
overrides @see org.javastro.ivoa.entities.regtap.PKIndex#setIvoid(java.lang.String) -
getIvoid
overrides @see org.javastro.ivoa.entities.regtap.Identifier#getIvoid()- Specified by:
getIvoidin interfaceIdentifier
-