Class EncryptionPropertyType


  • public class EncryptionPropertyType
    extends Object

    Java class for EncryptionPropertyType complex type.

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

     <complexType name="EncryptionPropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <any/>
           </choice>
           <attribute name="Target" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • target

        protected URI target
    • Constructor Detail

      • EncryptionPropertyType

        public EncryptionPropertyType()
    • Method Detail

      • getTarget

        public URI getTarget()
        Gets the value of the target property.
        Returns:
        possible object is URI
      • setTarget

        public void setTarget​(URI value)
        Sets the value of the target property.
        Parameters:
        value - allowed object is URI
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • addOtherAttribute

        public void addOtherAttribute​(QName key,
                                      String val)
      • addOtherAttributes

        public void addOtherAttributes​(Map<QName,​String> otherMap)
      • removeOtherAttribute

        public void removeOtherAttribute​(QName key)
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.
        Returns:
        always non-null