| 1 |  |  | 
            
  
    | 2 |  | package org.kuali.student.security.wssecurity.secext.dto; | 
            
  
    | 3 |  |  | 
            
  
    | 4 |  | import javax.xml.bind.annotation.XmlAccessType; | 
            
  
    | 5 |  | import javax.xml.bind.annotation.XmlAccessorType; | 
            
  
    | 6 |  | import javax.xml.bind.annotation.XmlAttribute; | 
            
  
    | 7 |  | import javax.xml.bind.annotation.XmlSchemaType; | 
            
  
    | 8 |  | import javax.xml.bind.annotation.XmlType; | 
            
  
    | 9 |  |  | 
            
  
    | 10 |  |  | 
            
  
    | 11 |  |  | 
            
  
    | 12 |  |  | 
            
  
    | 13 |  |  | 
            
  
    | 14 |  |  | 
            
  
    | 15 |  |  | 
            
  
    | 16 |  |  | 
            
  
    | 17 |  |  | 
            
  
    | 18 |  |  | 
            
  
    | 19 |  |  | 
            
  
    | 20 |  |  | 
            
  
    | 21 |  |  | 
            
  
    | 22 |  |  | 
            
  
    | 23 |  |  | 
            
  
    | 24 |  |  | 
            
  
    | 25 |  |  | 
            
  
    | 26 |  |  | 
            
  
    | 27 |  |  | 
            
  
    | 28 |  |  | 
            
  
    | 29 |  |  | 
            
  
    | 30 |  |  | 
            
  
    | 31 |  | @XmlAccessorType(XmlAccessType.FIELD) | 
            
  
    | 32 |  | @XmlType(name = "PasswordString") | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 4 (4) | Complexity: 2 | Complexity Density: 1 |  | 
  
  
    | 33 |  | public class PasswordString | 
            
  
    | 34 |  | extends AttributedString | 
            
  
    | 35 |  | { | 
            
  
    | 36 |  |  | 
            
  
    | 37 |  | @XmlAttribute(name = "Type") | 
            
  
    | 38 |  | @XmlSchemaType(name = "anyURI") | 
            
  
    | 39 |  | protected String type; | 
            
  
    | 40 |  |  | 
            
  
    | 41 |  |  | 
            
  
    | 42 |  |  | 
            
  
    | 43 |  |  | 
            
  
    | 44 |  | @return | 
            
  
    | 45 |  |  | 
            
  
    | 46 |  | @link | 
            
  
    | 47 |  |  | 
            
  
    | 48 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 49 | 0 |  public String getType() {... | 
            
  
    | 50 | 0 | return type; | 
            
  
    | 51 |  | } | 
            
  
    | 52 |  |  | 
            
  
    | 53 |  |  | 
            
  
    | 54 |  |  | 
            
  
    | 55 |  |  | 
            
  
    | 56 |  | @param | 
            
  
    | 57 |  |  | 
            
  
    | 58 |  | @link | 
            
  
    | 59 |  |  | 
            
  
    | 60 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 61 | 0 |  public void setType(String value) {... | 
            
  
    | 62 | 0 | this.type = value; | 
            
  
    | 63 |  | } | 
            
  
    | 64 |  |  | 
            
  
    | 65 |  | } |