Class RedirectType


  • public class RedirectType
    extends Object

    Java class for RedirectType complex type.

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

     <complexType name="RedirectType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CertificateUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Extension" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2016/05}ExtensionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RedirectType

        public RedirectType()
    • Method Detail

      • getCertificateUID

        public String getCertificateUID()
        Gets the value of the certificateUID property.
        Returns:
        possible object is String
      • setCertificateUID

        public void setCertificateUID​(String value)
        Sets the value of the certificateUID property.
        Parameters:
        value - allowed object is String
      • getExtension

        public List<ExtensionType> getExtension()
        Gets the value of the extension property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extension property.

        For example, to add a new item, do as follows:

            getExtension().add(newItem);
         

        Objects of the following type(s) are allowed in the list ExtensionType

      • getHref

        public String getHref()
        Gets the value of the href property.
        Returns:
        possible object is String
      • setHref

        public void setHref​(String value)
        Sets the value of the href property.
        Parameters:
        value - allowed object is String