net.ivoa.xml.stc.stc_v1_30
Class StcBaseType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
Direct Known Subclasses:
CoordAreaType, CoordFrameType, CoordinateType, CoordIntervalType, CoordsType, CoordSysType, Curve2Type, Curve3Type, Double2Type, Double3Type, Double4Type, Double9Type, StcMetadataType

public abstract class StcBaseType
extends java.lang.Object

STC standard base type. Elements of derived types may contain real content, be a reference to another element in the document (idref), or be a reference to a distributed resource; the href is to be a standard IVOA identifier or a valid URL. Actuation is up to the client. At this time it is required to be of type simple. An id is optional; it allows referencing by other elements.

Java class for stcBaseType complex type.

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

 <complexType name="stcBaseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}STCReference"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String href
           
protected  java.lang.String id
           
protected  java.lang.Object idref
           
protected  java.lang.String idrefType
           
protected  java.lang.String idType
           
protected  java.lang.String type
           
protected  java.lang.String ucd
           
 
Constructor Summary
StcBaseType()
           
 
Method Summary
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 java.lang.String getIDREFType()
          Gets the value of the idrefType property.
 java.lang.String getIDType()
          Gets the value of the idType property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdref(java.lang.Object value)
          Sets the value of the idref property.
 void setIDREFType(java.lang.String value)
          Sets the value of the idrefType property.
 void setIDType(java.lang.String value)
          Sets the value of the idType property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

idref

protected java.lang.Object idref

ucd

protected java.lang.String ucd

type

protected java.lang.String type

href

protected java.lang.String href

idType

protected java.lang.String idType

idrefType

protected java.lang.String idrefType
Constructor Detail

StcBaseType

public StcBaseType()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIdref

public java.lang.Object getIdref()
Gets the value of the idref property.

Returns:
possible object is Object

setIdref

public void setIdref(java.lang.Object value)
Sets the value of the idref property.

Parameters:
value - allowed object is Object

getUcd

public java.lang.String getUcd()
Gets the value of the ucd property.

Returns:
possible object is String

setUcd

public void setUcd(java.lang.String value)
Sets the value of the ucd property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getIDType

public java.lang.String getIDType()
Gets the value of the idType property.

Returns:
possible object is String

setIDType

public void setIDType(java.lang.String value)
Sets the value of the idType property.

Parameters:
value - allowed object is String

getIDREFType

public java.lang.String getIDREFType()
Gets the value of the idrefType property.

Returns:
possible object is String

setIDREFType

public void setIDREFType(java.lang.String value)
Sets the value of the idrefType property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.