Class TPrivate
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
org.lfenergy.compas.scl2007b4.model.TPrivate
Java class for tPrivate complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="tPrivate">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyContentFromOtherNamespace">
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespacecontent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the source property.getType()Gets the value of the type property.booleanbooleanvoidSets the value of the source property.voidSets the value of the type property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespacegetContent, getOtherAttributes, isSetContent, unsetContent
- 
Field Details- 
type
- 
source
 
- 
- 
Constructor Details- 
TPrivatepublic TPrivate()
 
- 
- 
Method Details- 
getTypeGets the value of the type property.- Returns:
- possible object is
     String
 
- 
setTypeSets the value of the type property.- Parameters:
- value- allowed object is- String
 
- 
isSetTypepublic boolean isSetType()
- 
getSourceGets the value of the source property.- Returns:
- possible object is
     String
 
- 
setSourceSets the value of the source property.- Parameters:
- value- allowed object is- String
 
- 
isSetSourcepublic boolean isSetSource()
 
-